Html Css Color HEX #DBB808 Sunflower

📋 copy color: '#DBB808'

red 219 ◦ green 184 ◦ blue 8

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

Shades of Sunflower #DBB808

Tints of Sunflower #DBB808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.95%

R = 53.28%
G = 44.77%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBB808 (or 0xDBB808) is known color: Sunflower. HEX triplet: DB, B8 and 08. RGB value is (219,184,8). Sum of RGB (Red+Green+Blue) = 219+184+8=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB808 is #2447F7. Grayscale: #AFAFAF. Windows color (decimal): -2377720 or 571611. OLE color: 571611.

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

Color convert

RGB 219 184 8 -
CMYK 0 0.16 0.96 0.14
HSL 50.05º 0.93% 0.45% -
HSV(B) 50.05º 0.96% 0.86% -
XYZ 46.4 49.36 7.31 -
YUV 174.4 34.1 159.81 -
System Red Green Blue C M Y K H S L
Decimal 219 184 8 0 0.16 0.96 0.14 50.05 0.93 0.45
Hex DB B8 8 0 10 60 E 32 5D 2D
Octal 333 270 10 0 20 140 16 62 135 55
Binary 11011011 10111000 1000 0 10000 1100000 1110 110010 1011101 101101

Color Harmonies of #DBB808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB808

Black with #DBB808

Text Example


Text Example

White with #DBB808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB808; }

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

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

background-color css

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

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

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

border-color css

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

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

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