Html Css Color HEX #DBB112 Sunflower

📋 copy color: '#DBB112'

red 219 ◦ green 177 ◦ blue 18

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

Shades of Sunflower #DBB112

Tints of Sunflower #DBB112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

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

R = 52.9%
G = 42.75%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBB112 (or 0xDBB112) is known color: Sunflower. HEX triplet: DB, B1 and 12. RGB value is (219,177,18). Sum of RGB (Red+Green+Blue) = 219+177+18=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB112 is #244EED. Grayscale: #ACACAC. Windows color (decimal): -2379502 or 1225179. OLE color: 1225179.

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

Color convert

RGB 219 177 18 -
CMYK 0 0.19 0.92 0.14
HSL 47.46º 0.85% 0.46% -
HSV(B) 47.46º 0.92% 0.86% -
XYZ 45.04 46.55 7.18 -
YUV 171.43 41.41 161.93 -
System Red Green Blue C M Y K H S L
Decimal 219 177 18 0 0.19 0.92 0.14 47.46 0.85 0.46
Hex DB B1 12 0 13 5C E 2F 55 2E
Octal 333 261 22 0 23 134 16 57 125 56
Binary 11011011 10110001 10010 0 10011 1011100 1110 101111 1010101 101110

Color Harmonies of #DBB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB112

Black with #DBB112

Text Example


Text Example

White with #DBB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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