Html Css Color HEX #D9CC10 Bird Flower

📋 copy color: '#D9CC10'

red 217 ◦ green 204 ◦ blue 16

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

Shades of Bird Flower #D9CC10

Tints of Bird Flower #D9CC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.66%

R = 49.66%
G = 46.68%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9CC10 (or 0xD9CC10) is known color: Bird Flower. HEX triplet: D9, CC and 10. RGB value is (217,204,16). Sum of RGB (Red+Green+Blue) = 217+204+16=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC10 is #2633EF. Grayscale: #BBBBBB. Windows color (decimal): -2503664 or 1101017. OLE color: 1101017.

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

Color convert

RGB 217 204 16 -
CMYK 0 0.06 0.93 0.15
HSL 56.12º 0.86% 0.46% -
HSV(B) 56.12º 0.93% 0.85% -
XYZ 50.3 57.97 9.03 -
YUV 186.46 31.81 149.79 -
System Red Green Blue C M Y K H S L
Decimal 217 204 16 0 0.06 0.93 0.15 56.12 0.86 0.46
Hex D9 CC 10 0 6 5D F 38 56 2E
Octal 331 314 20 0 6 135 17 70 126 56
Binary 11011001 11001100 10000 0 110 1011101 1111 111000 1010110 101110

Color Harmonies of #D9CC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC10

Black with #D9CC10

Text Example


Text Example

White with #D9CC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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