Html Css Color HEX #D9CD0E Bird Flower

📋 copy color: '#D9CD0E'

red 217 ◦ green 205 ◦ blue 14

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

Shades of Bird Flower #D9CD0E

Tints of Bird Flower #D9CD0E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.02%

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

R = 49.77%
G = 47.02%
B = 3.21%

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

#D9CD0E (or 0xD9CD0E) is known color: Bird Flower. HEX triplet: D9, CD and 0E. RGB value is (217,205,14). Sum of RGB (Red+Green+Blue) = 217+205+14=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CD0E is #2632F1. Grayscale: #BBBBBB. Windows color (decimal): -2503410 or 970201. OLE color: 970201.

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

Color convert

RGB 217 205 14 -
CMYK 0 0.06 0.94 0.15
HSL 56.45º 0.88% 0.45% -
HSV(B) 56.45º 0.94% 0.85% -
XYZ 50.53 58.45 9.03 -
YUV 186.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 217 205 14 0 0.06 0.94 0.15 56.45 0.88 0.45
Hex D9 CD E 0 6 5E F 38 58 2D
Octal 331 315 16 0 6 136 17 70 130 55
Binary 11011001 11001101 1110 0 110 1011110 1111 111000 1011000 101101

Color Harmonies of #D9CD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD0E

Black with #D9CD0E

Text Example


Text Example

White with #D9CD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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