Html Css Color HEX #D1CB11 Bird Flower

📋 copy color: '#D1CB11'

red 209 ◦ green 203 ◦ blue 17

#D1CB11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D1CB11

Tints of Bird Flower #D1CB11

RGB

 RED value IS 209 (82.03% from 255) = 48.72%

 GREEN value IS 203 (79.69% from 255) = 47.32%

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 48.72%
G = 47.32%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1CB11 (or 0xD1CB11) is known color: Bird Flower. HEX triplet: D1, CB and 11. RGB value is (209,203,17). Sum of RGB (Red+Green+Blue) = 209+203+17=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CB11 is #2E34EE. Grayscale: #B8B8B8. Windows color (decimal): -3028207 or 1166289. OLE color: 1166289.

HSL color Cylindrical-coordinate representation of color #D1CB11: hue angle of 58.12º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1CB11 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 203 17 -
CMYK 0 0.03 0.92 0.18
HSL 58.13º 0.85% 0.44% -
HSV(B) 58.13º 0.92% 0.82% -
XYZ 47.75 56.31 8.88 -
YUV 183.59 33.99 146.12 -
System Red Green Blue C M Y K H S L
Decimal 209 203 17 0 0.03 0.92 0.18 58.13 0.85 0.44
Hex D1 CB 11 0 3 5C 12 3A 55 2C
Octal 321 313 21 0 3 134 22 72 125 54
Binary 11010001 11001011 10001 0 11 1011100 10010 111010 1010101 101100

Color Harmonies of #D1CB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CB11

Black with #D1CB11

Text Example


Text Example

White with #D1CB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CB11; }

 p { color: rgb(209,203,17); }

 H1.HeaderClassName
 {
   color: #D1CB11;
 }
 .AnyTagClassName
 {
   color: #D1CB11;
 }
</style>

background-color css

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

 a { background-color: rgb(209,203,17); }

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

border-color css

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

 span { border-color: rgb(209,203,17); }

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