#D1CD14

Color #D1CD14 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D1CD14

Tints of Bird Flower #D1CD14

Color information

#D1CD14 (or 0xD1CD14) is unknown color: approx Bird Flower. HEX triplet: D1, CD and 14. RGB value is (209,205,20). Sum of RGB (Red+Green+Blue) = 209+205+20=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CD14 is #2E32EB. Grayscale: #B9B9B9. Windows color (decimal): -3027692 or 1363409. OLE color: 1363409.

HSL color Cylindrical-coordinate representation of color #D1CD14: hue angle of 58.73º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1CD14 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB20920520-
CMYK00.020.900.18
HSL58.73º82.53%44.9%-
HSV(B)58.73º90.43%81.96%-
XYZ48.2557.279.17-
YUV185.1134.83145.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 20 (8.20% from 255) = 4.61%
R=48.16%
G=47.24%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092052000.020.900.1858.7382.5344.9
HexD1CD14025A123b532d
Octal3213152402132227312355
Binary1101000111001101101000101011010100101110111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD14; }

 p { color: rgb(209,205,20); }

 H1.HeaderClassName
 {
   color: #D1CD14;
 }
 .AnyTagClassName
 {
   color: #D1CD14;
 }
</style>
background-color css

<style>
 a { background-color: #D1CD14; }

 a { background-color: rgb(209,205,20); }

 div.DivClassName
 {
   background-color: #D1CD14;
 }
 .BgClassName
 {
   background-color: #D1CD14;
 }
</style>
border-color css

<style>
 span { border-color: #D1CD14; }

 span { border-color: rgb(209,205,20); }

 td.TdClassName
 {
   border-color: #D1CD14;
 }
 .TagClassName
 {
   border-color: #D1CD14;
 }
</style>