Html Css Color HEX #DBB604 Sunflower

📋 copy color: '#DBB604'

red 219 ◦ green 182 ◦ blue 4

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

Shades of Sunflower #DBB604

Tints of Sunflower #DBB604

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.94%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 54.07%
G = 44.94%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBB604 (or 0xDBB604) is known color: Sunflower. HEX triplet: DB, B6 and 04. RGB value is (219,182,4). Sum of RGB (Red+Green+Blue) = 219+182+4=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB604 is #2449FB. Grayscale: #ADADAD. Windows color (decimal): -2378236 or 308955. OLE color: 308955.

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

Color convert

RGB 219 182 4 -
CMYK 0 0.17 0.98 0.14
HSL 49.67º 0.96% 0.44% -
HSV(B) 49.67º 0.98% 0.86% -
XYZ 45.96 48.52 7.06 -
YUV 172.77 32.76 160.97 -
System Red Green Blue C M Y K H S L
Decimal 219 182 4 0 0.17 0.98 0.14 49.67 0.96 0.44
Hex DB B6 4 0 11 62 E 32 60 2C
Octal 333 266 4 0 21 142 16 62 140 54
Binary 11011011 10110110 100 0 10001 1100010 1110 110010 1100000 101100

Color Harmonies of #DBB604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB604

Black with #DBB604

Text Example


Text Example

White with #DBB604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB604; }

 p { color: rgb(219,182,4); }

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

background-color css

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

 a { background-color: rgb(219,182,4); }

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

border-color css

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

 span { border-color: rgb(219,182,4); }

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