Html Css Color HEX #D9B013 Sunflower

📋 copy color: '#D9B013'

red 217 ◦ green 176 ◦ blue 19

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

Shades of Sunflower #D9B013

Tints of Sunflower #D9B013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 52.67%
G = 42.72%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9B013 (or 0xD9B013) is known color: Sunflower. HEX triplet: D9, B0 and 13. RGB value is (217,176,19). Sum of RGB (Red+Green+Blue) = 217+176+19=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B013 is #264FEC. Grayscale: #ABABAB. Windows color (decimal): -2510829 or 1290457. OLE color: 1290457.

HSL color Cylindrical-coordinate representation of color #D9B013: hue angle of 47.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9B013 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 19 -
CMYK 0 0.19 0.91 0.15
HSL 47.58º 0.84% 0.46% -
HSV(B) 47.58º 0.91% 0.85% -
XYZ 44.26 45.85 7.13 -
YUV 170.36 42.58 161.27 -
System Red Green Blue C M Y K H S L
Decimal 217 176 19 0 0.19 0.91 0.15 47.58 0.84 0.46
Hex D9 B0 13 0 13 5B F 30 54 2E
Octal 331 260 23 0 23 133 17 60 124 56
Binary 11011001 10110000 10011 0 10011 1011011 1111 110000 1010100 101110

Color Harmonies of #D9B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B013

Black with #D9B013

Text Example


Text Example

White with #D9B013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B013; }

 p { color: rgb(217,176,19); }

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

background-color css

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

 a { background-color: rgb(217,176,19); }

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

border-color css

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

 span { border-color: rgb(217,176,19); }

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