Html Css Color HEX #D1CC11 Bird Flower

📋 copy color: '#D1CC11'

red 209 ◦ green 204 ◦ blue 17

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

Shades of Bird Flower #D1CC11

Tints of Bird Flower #D1CC11

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.44%

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

R = 48.6%
G = 47.44%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1CC11 (or 0xD1CC11) is known color: Bird Flower. HEX triplet: D1, CC and 11. RGB value is (209,204,17). Sum of RGB (Red+Green+Blue) = 209+204+17=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CC11 is #2E33EE. Grayscale: #B8B8B8. Windows color (decimal): -3027951 or 1166545. OLE color: 1166545.

HSL color Cylindrical-coordinate representation of color #D1CC11: hue angle of 58.44º 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 #D1CC11 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 204 17 -
CMYK 0 0.02 0.92 0.18
HSL 58.44º 0.85% 0.44% -
HSV(B) 58.44º 0.92% 0.82% -
XYZ 47.99 56.78 8.96 -
YUV 184.18 33.66 145.71 -
System Red Green Blue C M Y K H S L
Decimal 209 204 17 0 0.02 0.92 0.18 58.44 0.85 0.44
Hex D1 CC 11 0 2 5C 12 3A 55 2C
Octal 321 314 21 0 2 134 22 72 125 54
Binary 11010001 11001100 10001 0 10 1011100 10010 111010 1010101 101100

Color Harmonies of #D1CC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC11

Black with #D1CC11

Text Example


Text Example

White with #D1CC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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