Html Css Color HEX #DE9516 Gamboge

📋 copy color: '#DE9516'

red 222 ◦ green 149 ◦ blue 22

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

Shades of Gamboge #DE9516

Tints of Gamboge #DE9516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

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

R = 56.49%
G = 37.91%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE9516 (or 0xDE9516) is known color: Gamboge. HEX triplet: DE, 95 and 16. RGB value is (222,149,22). Sum of RGB (Red+Green+Blue) = 222+149+22=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9516 is #216AE9. Grayscale: #9C9C9C. Windows color (decimal): -2190058 or 1480158. OLE color: 1480158.

HSL color Cylindrical-coordinate representation of color #DE9516: hue angle of 38.1º 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 #DE9516 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 149 22 -
CMYK 0 0.33 0.90 0.13
HSL 38.1º 0.82% 0.48% -
HSV(B) 38.1º 0.9% 0.87% -
XYZ 41.02 37.08 5.75 -
YUV 156.35 52.18 174.83 -
System Red Green Blue C M Y K H S L
Decimal 222 149 22 0 0.33 0.90 0.13 38.1 0.82 0.48
Hex DE 95 16 0 21 5A D 26 52 30
Octal 336 225 26 0 41 132 15 46 122 60
Binary 11011110 10010101 10110 0 100001 1011010 1101 100110 1010010 110000

Color Harmonies of #DE9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9516

Black with #DE9516

Text Example


Text Example

White with #DE9516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9516; }

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

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

background-color css

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

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

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

border-color css

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

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

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