Html Css Color HEX #DBB210 Sunflower

📋 copy color: '#DBB210'

red 219 ◦ green 178 ◦ blue 16

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

Shades of Sunflower #DBB210

Tints of Sunflower #DBB210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.87%

R = 53.03%
G = 43.1%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBB210 (or 0xDBB210) is known color: Sunflower. HEX triplet: DB, B2 and 10. RGB value is (219,178,16). Sum of RGB (Red+Green+Blue) = 219+178+16=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB210 is #244DEF. Grayscale: #ACACAC. Windows color (decimal): -2379248 or 1094363. OLE color: 1094363.

HSL color Cylindrical-coordinate representation of color #DBB210: hue angle of 47.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBB210 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 16 -
CMYK 0 0.19 0.93 0.14
HSL 47.88º 0.86% 0.46% -
HSV(B) 47.88º 0.93% 0.86% -
XYZ 45.23 46.94 7.17 -
YUV 171.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 219 178 16 0 0.19 0.93 0.14 47.88 0.86 0.46
Hex DB B2 10 0 13 5D E 30 56 2E
Octal 333 262 20 0 23 135 16 60 126 56
Binary 11011011 10110010 10000 0 10011 1011101 1110 110000 1010110 101110

Color Harmonies of #DBB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB210

Black with #DBB210

Text Example


Text Example

White with #DBB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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