Html Css Color HEX #DBB920 Sunflower

📋 copy color: '#DBB920'

red 219 ◦ green 185 ◦ blue 32

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

Shades of Sunflower #DBB920

Tints of Sunflower #DBB920

RGB

 RED value IS 219 (85.94% from 255) = 50.23%

 GREEN value IS 185 (72.66% from 255) = 42.43%

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 50.23%
G = 42.43%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBB920 (or 0xDBB920) is known color: Sunflower. HEX triplet: DB, B9 and 20. RGB value is (219,185,32). Sum of RGB (Red+Green+Blue) = 219+185+32=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB920 is #2446DF. Grayscale: #B2B2B2. Windows color (decimal): -2377440 or 2144731. OLE color: 2144731.

HSL color Cylindrical-coordinate representation of color #DBB920: hue angle of 49.09º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBB920 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 32 -
CMYK 0 0.16 0.85 0.14
HSL 49.09º 0.75% 0.49% -
HSV(B) 49.09º 0.85% 0.86% -
XYZ 46.82 49.86 8.52 -
YUV 177.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 219 185 32 0 0.16 0.85 0.14 49.09 0.75 0.49
Hex DB B9 20 0 10 55 E 31 4B 31
Octal 333 271 40 0 20 125 16 61 113 61
Binary 11011011 10111001 100000 0 10000 1010101 1110 110001 1001011 110001

Color Harmonies of #DBB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB920

Black with #DBB920

Text Example


Text Example

White with #DBB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB920; }

 p { color: rgb(219,185,32); }

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

background-color css

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

 a { background-color: rgb(219,185,32); }

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

border-color css

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

 span { border-color: rgb(219,185,32); }

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