Html Css Color HEX #DE9C16 Gamboge

📋 copy color: '#DE9C16'

red 222 ◦ green 156 ◦ blue 22

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

Shades of Gamboge #DE9C16

Tints of Gamboge #DE9C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39%

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

R = 55.5%
G = 39%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE9C16 (or 0xDE9C16) is known color: Gamboge. HEX triplet: DE, 9C and 16. RGB value is (222,156,22). Sum of RGB (Red+Green+Blue) = 222+156+22=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9C16 is #2163E9. Grayscale: #A1A1A1. Windows color (decimal): -2188266 or 1481950. OLE color: 1481950.

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

Color convert

RGB 222 156 22 -
CMYK 0 0.30 0.90 0.13
HSL 40.2º 0.82% 0.48% -
HSV(B) 40.2º 0.9% 0.87% -
XYZ 42.16 39.36 6.14 -
YUV 160.46 49.87 171.9 -
System Red Green Blue C M Y K H S L
Decimal 222 156 22 0 0.30 0.90 0.13 40.2 0.82 0.48
Hex DE 9C 16 0 1E 5A D 28 52 30
Octal 336 234 26 0 36 132 15 50 122 60
Binary 11011110 10011100 10110 0 11110 1011010 1101 101000 1010010 110000

Color Harmonies of #DE9C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9C16

Black with #DE9C16

Text Example


Text Example

White with #DE9C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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