Html Css Color HEX #DBB704 Sunflower

📋 copy color: '#DBB704'

red 219 ◦ green 183 ◦ blue 4

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

Shades of Sunflower #DBB704

Tints of Sunflower #DBB704

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.07%

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

R = 53.94%
G = 45.07%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBB704 (or 0xDBB704) is known color: Sunflower. HEX triplet: DB, B7 and 04. RGB value is (219,183,4). Sum of RGB (Red+Green+Blue) = 219+183+4=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB704 is #2448FB. Grayscale: #AEAEAE. Windows color (decimal): -2377980 or 309211. OLE color: 309211.

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

Color convert

RGB 219 183 4 -
CMYK 0 0.16 0.98 0.14
HSL 49.95º 0.96% 0.44% -
HSV(B) 49.95º 0.98% 0.86% -
XYZ 46.17 48.94 7.13 -
YUV 173.36 32.43 160.55 -
System Red Green Blue C M Y K H S L
Decimal 219 183 4 0 0.16 0.98 0.14 49.95 0.96 0.44
Hex DB B7 4 0 10 62 E 32 60 2C
Octal 333 267 4 0 20 142 16 62 140 54
Binary 11011011 10110111 100 0 10000 1100010 1110 110010 1100000 101100

Color Harmonies of #DBB704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB704

Black with #DBB704

Text Example


Text Example

White with #DBB704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB704; }

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

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

background-color css

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

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

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

border-color css

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

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

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