Html Css Color HEX #D9CC0E Bird Flower

📋 copy color: '#D9CC0E'

red 217 ◦ green 204 ◦ blue 14

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

Shades of Bird Flower #D9CC0E

Tints of Bird Flower #D9CC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.22%

R = 49.89%
G = 46.9%
B = 3.22%

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

#D9CC0E (or 0xD9CC0E) is known color: Bird Flower. HEX triplet: D9, CC and 0E. RGB value is (217,204,14). Sum of RGB (Red+Green+Blue) = 217+204+14=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC0E is #2633F1. Grayscale: #BABABA. Windows color (decimal): -2503666 or 969945. OLE color: 969945.

HSL color Cylindrical-coordinate representation of color #D9CC0E: hue angle of 56.16º degrees, saturation: 0.88, 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 #D9CC0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 14 -
CMYK 0 0.06 0.94 0.15
HSL 56.16º 0.88% 0.45% -
HSV(B) 56.16º 0.94% 0.85% -
XYZ 50.29 57.97 8.95 -
YUV 186.23 30.81 149.95 -
System Red Green Blue C M Y K H S L
Decimal 217 204 14 0 0.06 0.94 0.15 56.16 0.88 0.45
Hex D9 CC E 0 6 5E F 38 58 2D
Octal 331 314 16 0 6 136 17 70 130 55
Binary 11011001 11001100 1110 0 110 1011110 1111 111000 1011000 101101

Color Harmonies of #D9CC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC0E

Black with #D9CC0E

Text Example


Text Example

White with #D9CC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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