Html Css Color HEX #DEB110 Sunflower

📋 copy color: '#DEB110'

red 222 ◦ green 177 ◦ blue 16

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

Shades of Sunflower #DEB110

Tints of Sunflower #DEB110

RGB

 RED value IS 222 (87.11% from 255) = 53.49%

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

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

R = 53.49%
G = 42.65%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEB110 (or 0xDEB110) is known color: Sunflower. HEX triplet: DE, B1 and 10. RGB value is (222,177,16). Sum of RGB (Red+Green+Blue) = 222+177+16=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB110 is #214EEF. Grayscale: #ACACAC. Windows color (decimal): -2182896 or 1094110. OLE color: 1094110.

HSL color Cylindrical-coordinate representation of color #DEB110: hue angle of 46.89º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEB110 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 177 16 -
CMYK 0 0.20 0.93 0.13
HSL 46.89º 0.87% 0.47% -
HSV(B) 46.89º 0.93% 0.87% -
XYZ 45.94 47.01 7.14 -
YUV 172.1 39.91 163.59 -
System Red Green Blue C M Y K H S L
Decimal 222 177 16 0 0.20 0.93 0.13 46.89 0.87 0.47
Hex DE B1 10 0 14 5D D 2F 57 2F
Octal 336 261 20 0 24 135 15 57 127 57
Binary 11011110 10110001 10000 0 10100 1011101 1101 101111 1010111 101111

Color Harmonies of #DEB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB110

Black with #DEB110

Text Example


Text Example

White with #DEB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB110; }

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

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

background-color css

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

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

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

border-color css

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

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

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