Html Css Color HEX #DBB004 Sunflower

📋 copy color: '#DBB004'

red 219 ◦ green 176 ◦ blue 4

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

Shades of Sunflower #DBB004

Tints of Sunflower #DBB004

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

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

R = 54.89%
G = 44.11%
B = 1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBB004 (or 0xDBB004) is known color: Sunflower. HEX triplet: DB, B0 and 04. RGB value is (219,176,4). Sum of RGB (Red+Green+Blue) = 219+176+4=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB004 is #244FFB. Grayscale: #A9A9A9. Windows color (decimal): -2379772 or 307419. OLE color: 307419.

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

Color convert

RGB 219 176 4 -
CMYK 0 0.20 0.98 0.14
HSL 48º 0.96% 0.44% -
HSV(B) 48º 0.98% 0.86% -
XYZ 44.76 46.12 6.66 -
YUV 169.25 34.75 163.49 -
System Red Green Blue C M Y K H S L
Decimal 219 176 4 0 0.20 0.98 0.14 48 0.96 0.44
Hex DB B0 4 0 14 62 E 30 60 2C
Octal 333 260 4 0 24 142 16 60 140 54
Binary 11011011 10110000 100 0 10100 1100010 1110 110000 1100000 101100

Color Harmonies of #DBB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB004

Black with #DBB004

Text Example


Text Example

White with #DBB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB004; }

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

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

background-color css

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

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

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

border-color css

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

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

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