Html Css Color HEX #DBB508 Sunflower

📋 copy color: '#DBB508'

red 219 ◦ green 181 ◦ blue 8

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

Shades of Sunflower #DBB508

Tints of Sunflower #DBB508

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

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

R = 53.68%
G = 44.36%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBB508 (or 0xDBB508) is known color: Sunflower. HEX triplet: DB, B5 and 08. RGB value is (219,181,8). Sum of RGB (Red+Green+Blue) = 219+181+8=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB508 is #244AF7. Grayscale: #ADADAD. Windows color (decimal): -2378488 or 570843. OLE color: 570843.

HSL color Cylindrical-coordinate representation of color #DBB508: hue angle of 49.19º 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 #DBB508 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 181 8 -
CMYK 0 0.17 0.96 0.14
HSL 49.19º 0.93% 0.45% -
HSV(B) 49.19º 0.96% 0.86% -
XYZ 45.78 48.13 7.11 -
YUV 172.64 35.09 161.07 -
System Red Green Blue C M Y K H S L
Decimal 219 181 8 0 0.17 0.96 0.14 49.19 0.93 0.45
Hex DB B5 8 0 11 60 E 31 5D 2D
Octal 333 265 10 0 21 140 16 61 135 55
Binary 11011011 10110101 1000 0 10001 1100000 1110 110001 1011101 101101

Color Harmonies of #DBB508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB508

Black with #DBB508

Text Example


Text Example

White with #DBB508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB508; }

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

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

background-color css

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

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

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

border-color css

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

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

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