Html Css Color HEX #DBB111 Sunflower

📋 copy color: '#DBB111'

red 219 ◦ green 177 ◦ blue 17

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

Shades of Sunflower #DBB111

Tints of Sunflower #DBB111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.12%

R = 53.03%
G = 42.86%
B = 4.12%

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

#DBB111 (or 0xDBB111) is known color: Sunflower. HEX triplet: DB, B1 and 11. RGB value is (219,177,17). Sum of RGB (Red+Green+Blue) = 219+177+17=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB111 is #244EEE. Grayscale: #ACACAC. Windows color (decimal): -2379503 or 1159643. OLE color: 1159643.

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

Color convert

RGB 219 177 17 -
CMYK 0 0.19 0.92 0.14
HSL 47.52º 0.86% 0.46% -
HSV(B) 47.52º 0.92% 0.86% -
XYZ 45.04 46.54 7.14 -
YUV 171.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 219 177 17 0 0.19 0.92 0.14 47.52 0.86 0.46
Hex DB B1 11 0 13 5C E 30 56 2E
Octal 333 261 21 0 23 134 16 60 126 56
Binary 11011011 10110001 10001 0 10011 1011100 1110 110000 1010110 101110

Color Harmonies of #DBB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB111

Black with #DBB111

Text Example


Text Example

White with #DBB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB111; }

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

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

background-color css

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

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

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

border-color css

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

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

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