Html Css Color HEX #D9C70F Bird Flower

📋 copy color: '#D9C70F'

red 217 ◦ green 199 ◦ blue 15

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

Shades of Bird Flower #D9C70F

Tints of Bird Flower #D9C70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.17%

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

R = 50.35%
G = 46.17%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9C70F (or 0xD9C70F) is known color: Bird Flower. HEX triplet: D9, C7 and 0F. RGB value is (217,199,15). Sum of RGB (Red+Green+Blue) = 217+199+15=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C70F is #2638F0. Grayscale: #B8B8B8. Windows color (decimal): -2504945 or 1034201. OLE color: 1034201.

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

Color convert

RGB 217 199 15 -
CMYK 0 0.08 0.93 0.15
HSL 54.65º 0.87% 0.45% -
HSV(B) 54.65º 0.93% 0.85% -
XYZ 49.12 55.63 8.6 -
YUV 183.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 217 199 15 0 0.08 0.93 0.15 54.65 0.87 0.45
Hex D9 C7 F 0 8 5D F 37 57 2D
Octal 331 307 17 0 10 135 17 67 127 55
Binary 11011001 11000111 1111 0 1000 1011101 1111 110111 1010111 101101

Color Harmonies of #D9C70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C70F

Black with #D9C70F

Text Example


Text Example

White with #D9C70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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