Html Css Color HEX #D9BF16 Sunflower

📋 copy color: '#D9BF16'

red 217 ◦ green 191 ◦ blue 22

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

Shades of Sunflower #D9BF16

Tints of Sunflower #D9BF16

RGB

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

 GREEN value IS 191 (75% from 255) = 44.42%

 BLUE value IS 22 (8.98% from 255) = 5.12%

R = 50.47%
G = 44.42%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9BF16 (or 0xD9BF16) is known color: Sunflower. HEX triplet: D9, BF and 16. RGB value is (217,191,22). Sum of RGB (Red+Green+Blue) = 217+191+22=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BF16 is #2640E9. Grayscale: #B4B4B4. Windows color (decimal): -2506986 or 1490905. OLE color: 1490905.

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

Color convert

RGB 217 191 22 -
CMYK 0 0.12 0.90 0.15
HSL 52º 0.82% 0.47% -
HSV(B) 52º 0.9% 0.85% -
XYZ 47.39 52.07 8.31 -
YUV 179.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 217 191 22 0 0.12 0.90 0.15 52 0.82 0.47
Hex D9 BF 16 0 C 5A F 34 52 2F
Octal 331 277 26 0 14 132 17 64 122 57
Binary 11011001 10111111 10110 0 1100 1011010 1111 110100 1010010 101111

Color Harmonies of #D9BF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF16

Black with #D9BF16

Text Example


Text Example

White with #D9BF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF16; }

 p { color: rgb(217,191,22); }

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

background-color css

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

 a { background-color: rgb(217,191,22); }

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

border-color css

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

 span { border-color: rgb(217,191,22); }

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