Html Css Color HEX #D9CC0C Bird Flower

📋 copy color: '#D9CC0C'

red 217 ◦ green 204 ◦ blue 12

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

Shades of Bird Flower #D9CC0C

Tints of Bird Flower #D9CC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 50.12%
G = 47.11%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9CC0C (or 0xD9CC0C) is known color: Bird Flower. HEX triplet: D9, CC and 0C. RGB value is (217,204,12). Sum of RGB (Red+Green+Blue) = 217+204+12=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC0C is #2633F3. Grayscale: #BABABA. Windows color (decimal): -2503668 or 838873. OLE color: 838873.

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

Color convert

RGB 217 204 12 -
CMYK 0 0.06 0.94 0.15
HSL 56.2º 0.9% 0.45% -
HSV(B) 56.2º 0.94% 0.85% -
XYZ 50.27 57.96 8.89 -
YUV 186 29.81 150.11 -
System Red Green Blue C M Y K H S L
Decimal 217 204 12 0 0.06 0.94 0.15 56.2 0.9 0.45
Hex D9 CC C 0 6 5E F 38 5A 2D
Octal 331 314 14 0 6 136 17 70 132 55
Binary 11011001 11001100 1100 0 110 1011110 1111 111000 1011010 101101

Color Harmonies of #D9CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC0C

Black with #D9CC0C

Text Example


Text Example

White with #D9CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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