Html Css Color HEX #DBB012 Sunflower

📋 copy color: '#DBB012'

red 219 ◦ green 176 ◦ blue 18

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

Shades of Sunflower #DBB012

Tints of Sunflower #DBB012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.36%

R = 53.03%
G = 42.62%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBB012 (or 0xDBB012) is known color: Sunflower. HEX triplet: DB, B0 and 12. RGB value is (219,176,18). Sum of RGB (Red+Green+Blue) = 219+176+18=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB012 is #244FED. Grayscale: #ABABAB. Windows color (decimal): -2379758 or 1224923. OLE color: 1224923.

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

Color convert

RGB 219 176 18 -
CMYK 0 0.20 0.92 0.14
HSL 47.16º 0.85% 0.46% -
HSV(B) 47.16º 0.92% 0.86% -
XYZ 44.85 46.15 7.12 -
YUV 170.85 41.75 162.35 -
System Red Green Blue C M Y K H S L
Decimal 219 176 18 0 0.20 0.92 0.14 47.16 0.85 0.46
Hex DB B0 12 0 14 5C E 2F 55 2E
Octal 333 260 22 0 24 134 16 57 125 56
Binary 11011011 10110000 10010 0 10100 1011100 1110 101111 1010101 101110

Color Harmonies of #DBB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB012

Black with #DBB012

Text Example


Text Example

White with #DBB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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