Html Css Color HEX #D9CC11 Bird Flower

📋 copy color: '#D9CC11'

red 217 ◦ green 204 ◦ blue 17

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

Shades of Bird Flower #D9CC11

Tints of Bird Flower #D9CC11

RGB

 RED value IS 217 (85.16% from 255) = 49.54%

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

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

R = 49.54%
G = 46.58%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D9CC11 (or 0xD9CC11) is known color: Bird Flower. HEX triplet: D9, CC and 11. RGB value is (217,204,17). Sum of RGB (Red+Green+Blue) = 217+204+17=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC11 is #2633EE. Grayscale: #BBBBBB. Windows color (decimal): -2503663 or 1166553. OLE color: 1166553.

HSL color Cylindrical-coordinate representation of color #D9CC11: hue angle of 56.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9CC11 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 17 -
CMYK 0 0.06 0.92 0.15
HSL 56.1º 0.85% 0.46% -
HSV(B) 56.1º 0.92% 0.85% -
XYZ 50.31 57.98 9.07 -
YUV 186.57 32.31 149.71 -
System Red Green Blue C M Y K H S L
Decimal 217 204 17 0 0.06 0.92 0.15 56.1 0.85 0.46
Hex D9 CC 11 0 6 5C F 38 55 2E
Octal 331 314 21 0 6 134 17 70 125 56
Binary 11011001 11001100 10001 0 110 1011100 1111 111000 1010101 101110

Color Harmonies of #D9CC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC11

Black with #D9CC11

Text Example


Text Example

White with #D9CC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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