Html Css Color HEX #DBB821 Sunflower

📋 copy color: '#DBB821'

red 219 ◦ green 184 ◦ blue 33

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

Shades of Sunflower #DBB821

Tints of Sunflower #DBB821

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.2%

 BLUE value IS 33 (13.28% from 255) = 7.57%

R = 50.23%
G = 42.2%
B = 7.57%

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

#DBB821 (or 0xDBB821) is known color: Sunflower. HEX triplet: DB, B8 and 21. RGB value is (219,184,33). Sum of RGB (Red+Green+Blue) = 219+184+33=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB821 is #2447DE. Grayscale: #B1B1B1. Windows color (decimal): -2377695 or 2210011. OLE color: 2210011.

HSL color Cylindrical-coordinate representation of color #DBB821: hue angle of 48.71º degrees, saturation: 0.74, 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 #DBB821 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 33 -
CMYK 0 0.16 0.85 0.14
HSL 48.71º 0.74% 0.49% -
HSV(B) 48.71º 0.85% 0.86% -
XYZ 46.63 49.45 8.53 -
YUV 177.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 219 184 33 0 0.16 0.85 0.14 48.71 0.74 0.49
Hex DB B8 21 0 10 55 E 31 4A 31
Octal 333 270 41 0 20 125 16 61 112 61
Binary 11011011 10111000 100001 0 10000 1010101 1110 110001 1001010 110001

Color Harmonies of #DBB821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB821

Black with #DBB821

Text Example


Text Example

White with #DBB821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB821; }

 p { color: rgb(219,184,33); }

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

background-color css

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

 a { background-color: rgb(219,184,33); }

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

border-color css

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

 span { border-color: rgb(219,184,33); }

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