Html Css Color HEX #DBB408 Sunflower

📋 copy color: '#DBB408'

red 219 ◦ green 180 ◦ blue 8

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

Shades of Sunflower #DBB408

Tints of Sunflower #DBB408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

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

R = 53.81%
G = 44.23%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBB408 (or 0xDBB408) is known color: Sunflower. HEX triplet: DB, B4 and 08. RGB value is (219,180,8). Sum of RGB (Red+Green+Blue) = 219+180+8=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB408 is #244BF7. Grayscale: #ACACAC. Windows color (decimal): -2378744 or 570587. OLE color: 570587.

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

Color convert

RGB 219 180 8 -
CMYK 0 0.18 0.96 0.14
HSL 48.91º 0.93% 0.45% -
HSV(B) 48.91º 0.96% 0.86% -
XYZ 45.58 47.72 7.04 -
YUV 172.05 35.42 161.49 -
System Red Green Blue C M Y K H S L
Decimal 219 180 8 0 0.18 0.96 0.14 48.91 0.93 0.45
Hex DB B4 8 0 12 60 E 31 5D 2D
Octal 333 264 10 0 22 140 16 61 135 55
Binary 11011011 10110100 1000 0 10010 1100000 1110 110001 1011101 101101

Color Harmonies of #DBB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB408

Black with #DBB408

Text Example


Text Example

White with #DBB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB408; }

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

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

background-color css

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

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

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

border-color css

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

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

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