Html Css Color HEX #DBB802 Sunflower

📋 copy color: '#DBB802'

red 219 ◦ green 184 ◦ blue 2

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

Shades of Sunflower #DBB802

Tints of Sunflower #DBB802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 54.07%
G = 45.43%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBB802 (or 0xDBB802) is known color: Sunflower. HEX triplet: DB, B8 and 02. RGB value is (219,184,2). Sum of RGB (Red+Green+Blue) = 219+184+2=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB802 is #2447FD. Grayscale: #AEAEAE. Windows color (decimal): -2377726 or 178395. OLE color: 178395.

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

Color convert

RGB 219 184 2 -
CMYK 0 0.16 0.99 0.14
HSL 50.32º 0.98% 0.43% -
HSV(B) 50.32º 0.99% 0.86% -
XYZ 46.36 49.35 7.14 -
YUV 173.72 31.1 160.3 -
System Red Green Blue C M Y K H S L
Decimal 219 184 2 0 0.16 0.99 0.14 50.32 0.98 0.43
Hex DB B8 2 0 10 63 E 32 62 2B
Octal 333 270 2 0 20 143 16 62 142 53
Binary 11011011 10111000 10 0 10000 1100011 1110 110010 1100010 101011

Color Harmonies of #DBB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB802

Black with #DBB802

Text Example


Text Example

White with #DBB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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