Html Css Color HEX #DBB204 Sunflower

📋 copy color: '#DBB204'

red 219 ◦ green 178 ◦ blue 4

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

Shades of Sunflower #DBB204

Tints of Sunflower #DBB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

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

R = 54.61%
G = 44.39%
B = 1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBB204 (or 0xDBB204) is known color: Sunflower. HEX triplet: DB, B2 and 04. RGB value is (219,178,4). Sum of RGB (Red+Green+Blue) = 219+178+4=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB204 is #244DFB. Grayscale: #ABABAB. Windows color (decimal): -2379260 or 307931. OLE color: 307931.

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

Color convert

RGB 219 178 4 -
CMYK 0 0.19 0.98 0.14
HSL 48.56º 0.96% 0.44% -
HSV(B) 48.56º 0.98% 0.86% -
XYZ 45.16 46.91 6.79 -
YUV 170.42 34.08 162.65 -
System Red Green Blue C M Y K H S L
Decimal 219 178 4 0 0.19 0.98 0.14 48.56 0.96 0.44
Hex DB B2 4 0 13 62 E 31 60 2C
Octal 333 262 4 0 23 142 16 61 140 54
Binary 11011011 10110010 100 0 10011 1100010 1110 110001 1100000 101100

Color Harmonies of #DBB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB204

Black with #DBB204

Text Example


Text Example

White with #DBB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB204; }

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

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

background-color css

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

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

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

border-color css

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

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

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