Html Css Color HEX #D9CE0F Bird Flower

📋 copy color: '#D9CE0F'

red 217 ◦ green 206 ◦ blue 15

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

Shades of Bird Flower #D9CE0F

Tints of Bird Flower #D9CE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.03%

 BLUE value IS 15 (6.25% from 255) = 3.42%

R = 49.54%
G = 47.03%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9CE0F (or 0xD9CE0F) is known color: Bird Flower. HEX triplet: D9, CE and 0F. RGB value is (217,206,15). Sum of RGB (Red+Green+Blue) = 217+206+15=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CE0F is #2631F0. Grayscale: #BCBCBC. Windows color (decimal): -2503153 or 1035993. OLE color: 1035993.

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

Color convert

RGB 217 206 15 -
CMYK 0 0.05 0.93 0.15
HSL 56.73º 0.87% 0.45% -
HSV(B) 56.73º 0.93% 0.85% -
XYZ 50.77 58.93 9.15 -
YUV 187.52 30.64 149.03 -
System Red Green Blue C M Y K H S L
Decimal 217 206 15 0 0.05 0.93 0.15 56.73 0.87 0.45
Hex D9 CE F 0 5 5D F 39 57 2D
Octal 331 316 17 0 5 135 17 71 127 55
Binary 11011001 11001110 1111 0 101 1011101 1111 111001 1010111 101101

Color Harmonies of #D9CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CE0F

Black with #D9CE0F

Text Example


Text Example

White with #D9CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CE0F; }

 p { color: rgb(217,206,15); }

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

background-color css

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

 a { background-color: rgb(217,206,15); }

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

border-color css

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

 span { border-color: rgb(217,206,15); }

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