Html Css Color HEX #DBB404 Sunflower

📋 copy color: '#DBB404'

red 219 ◦ green 180 ◦ blue 4

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

Shades of Sunflower #DBB404

Tints of Sunflower #DBB404

RGB

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

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

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

R = 54.34%
G = 44.67%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBB404 (or 0xDBB404) is known color: Sunflower. HEX triplet: DB, B4 and 04. RGB value is (219,180,4). Sum of RGB (Red+Green+Blue) = 219+180+4=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB404 is #244BFB. Grayscale: #ACACAC. Windows color (decimal): -2378748 or 308443. OLE color: 308443.

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

Color convert

RGB 219 180 4 -
CMYK 0 0.18 0.98 0.14
HSL 49.12º 0.96% 0.44% -
HSV(B) 49.12º 0.98% 0.86% -
XYZ 45.56 47.71 6.92 -
YUV 171.6 33.42 161.81 -
System Red Green Blue C M Y K H S L
Decimal 219 180 4 0 0.18 0.98 0.14 49.12 0.96 0.44
Hex DB B4 4 0 12 62 E 31 60 2C
Octal 333 264 4 0 22 142 16 61 140 54
Binary 11011011 10110100 100 0 10010 1100010 1110 110001 1100000 101100

Color Harmonies of #DBB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB404

Black with #DBB404

Text Example


Text Example

White with #DBB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB404; }

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

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

background-color css

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

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

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

border-color css

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

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

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