Html Css Color HEX #D9B315 Sunflower

📋 copy color: '#D9B315'

red 217 ◦ green 179 ◦ blue 21

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

Shades of Sunflower #D9B315

Tints of Sunflower #D9B315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 52.04%
G = 42.93%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9B315 (or 0xD9B315) is known color: Sunflower. HEX triplet: D9, B3 and 15. RGB value is (217,179,21). Sum of RGB (Red+Green+Blue) = 217+179+21=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B315 is #264CEA. Grayscale: #ADADAD. Windows color (decimal): -2510059 or 1422297. OLE color: 1422297.

HSL color Cylindrical-coordinate representation of color #D9B315: hue angle of 48.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9B315 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 179 21 -
CMYK 0 0.18 0.90 0.15
HSL 48.37º 0.82% 0.47% -
HSV(B) 48.37º 0.9% 0.85% -
XYZ 44.87 47.05 7.43 -
YUV 172.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 217 179 21 0 0.18 0.90 0.15 48.37 0.82 0.47
Hex D9 B3 15 0 12 5A F 30 52 2F
Octal 331 263 25 0 22 132 17 60 122 57
Binary 11011001 10110011 10101 0 10010 1011010 1111 110000 1010010 101111

Color Harmonies of #D9B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B315

Black with #D9B315

Text Example


Text Example

White with #D9B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B315; }

 p { color: rgb(217,179,21); }

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

background-color css

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

 a { background-color: rgb(217,179,21); }

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

border-color css

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

 span { border-color: rgb(217,179,21); }

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