Html Css Color HEX #D9B70F Sunflower

📋 copy color: '#D9B70F'

red 217 ◦ green 183 ◦ blue 15

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

Shades of Sunflower #D9B70F

Tints of Sunflower #D9B70F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.1%

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

R = 52.29%
G = 44.1%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9B70F (or 0xD9B70F) is known color: Sunflower. HEX triplet: D9, B7 and 0F. RGB value is (217,183,15). Sum of RGB (Red+Green+Blue) = 217+183+15=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B70F is #2648F0. Grayscale: #AEAEAE. Windows color (decimal): -2509041 or 1030105. OLE color: 1030105.

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

Color convert

RGB 217 183 15 -
CMYK 0 0.16 0.93 0.15
HSL 49.9º 0.87% 0.45% -
HSV(B) 49.9º 0.93% 0.85% -
XYZ 45.63 48.65 7.44 -
YUV 174.01 38.26 158.66 -
System Red Green Blue C M Y K H S L
Decimal 217 183 15 0 0.16 0.93 0.15 49.9 0.87 0.45
Hex D9 B7 F 0 10 5D F 32 57 2D
Octal 331 267 17 0 20 135 17 62 127 55
Binary 11011001 10110111 1111 0 10000 1011101 1111 110010 1010111 101101

Color Harmonies of #D9B70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B70F

Black with #D9B70F

Text Example


Text Example

White with #D9B70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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