Html Css Color HEX #DEB516 Sunflower

📋 copy color: '#DEB516'

red 222 ◦ green 181 ◦ blue 22

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

Shades of Sunflower #DEB516

Tints of Sunflower #DEB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

 BLUE value IS 22 (8.98% from 255) = 5.18%

R = 52.24%
G = 42.59%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEB516 (or 0xDEB516) is known color: Sunflower. HEX triplet: DE, B5 and 16. RGB value is (222,181,22). Sum of RGB (Red+Green+Blue) = 222+181+22=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB516 is #214AE9. Grayscale: #AFAFAF. Windows color (decimal): -2181866 or 1488350. OLE color: 1488350.

HSL color Cylindrical-coordinate representation of color #DEB516: hue angle of 47.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEB516 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 181 22 -
CMYK 0 0.18 0.90 0.13
HSL 47.7º 0.82% 0.48% -
HSV(B) 47.7º 0.9% 0.87% -
XYZ 46.79 48.64 7.68 -
YUV 175.13 41.58 161.43 -
System Red Green Blue C M Y K H S L
Decimal 222 181 22 0 0.18 0.90 0.13 47.7 0.82 0.48
Hex DE B5 16 0 12 5A D 30 52 30
Octal 336 265 26 0 22 132 15 60 122 60
Binary 11011110 10110101 10110 0 10010 1011010 1101 110000 1010010 110000

Color Harmonies of #DEB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB516

Black with #DEB516

Text Example


Text Example

White with #DEB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB516; }

 p { color: rgb(222,181,22); }

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

background-color css

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

 a { background-color: rgb(222,181,22); }

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

border-color css

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

 span { border-color: rgb(222,181,22); }

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