Html Css Color HEX #DBB110 Sunflower

📋 copy color: '#DBB110'

red 219 ◦ green 177 ◦ blue 16

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

Shades of Sunflower #DBB110

Tints of Sunflower #DBB110

RGB

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

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

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

R = 53.16%
G = 42.96%
B = 3.88%

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

#DBB110 (or 0xDBB110) is known color: Sunflower. HEX triplet: DB, B1 and 10. RGB value is (219,177,16). Sum of RGB (Red+Green+Blue) = 219+177+16=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB110 is #244EEF. Grayscale: #ABABAB. Windows color (decimal): -2379504 or 1094107. OLE color: 1094107.

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

Color convert

RGB 219 177 16 -
CMYK 0 0.19 0.93 0.14
HSL 47.59º 0.86% 0.46% -
HSV(B) 47.59º 0.93% 0.86% -
XYZ 45.03 46.54 7.1 -
YUV 171.2 40.41 162.09 -
System Red Green Blue C M Y K H S L
Decimal 219 177 16 0 0.19 0.93 0.14 47.59 0.86 0.46
Hex DB B1 10 0 13 5D E 30 56 2E
Octal 333 261 20 0 23 135 16 60 126 56
Binary 11011011 10110001 10000 0 10011 1011101 1110 110000 1010110 101110

Color Harmonies of #DBB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB110

Black with #DBB110

Text Example


Text Example

White with #DBB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB110; }

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

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

background-color css

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

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

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

border-color css

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

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

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