Html Css Color HEX #DE9C15 Gamboge

📋 copy color: '#DE9C15'

red 222 ◦ green 156 ◦ blue 21

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

Shades of Gamboge #DE9C15

Tints of Gamboge #DE9C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.26%

R = 55.64%
G = 39.1%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE9C15 (or 0xDE9C15) is known color: Gamboge. HEX triplet: DE, 9C and 15. RGB value is (222,156,21). Sum of RGB (Red+Green+Blue) = 222+156+21=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9C15 is #2163EA. Grayscale: #A0A0A0. Windows color (decimal): -2188267 or 1416414. OLE color: 1416414.

HSL color Cylindrical-coordinate representation of color #DE9C15: hue angle of 40.3º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE9C15 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 156 21 -
CMYK 0 0.30 0.91 0.13
HSL 40.3º 0.83% 0.48% -
HSV(B) 40.3º 0.91% 0.87% -
XYZ 42.15 39.36 6.09 -
YUV 160.34 49.37 171.98 -
System Red Green Blue C M Y K H S L
Decimal 222 156 21 0 0.30 0.91 0.13 40.3 0.83 0.48
Hex DE 9C 15 0 1E 5B D 28 53 30
Octal 336 234 25 0 36 133 15 50 123 60
Binary 11011110 10011100 10101 0 11110 1011011 1101 101000 1010011 110000

Color Harmonies of #DE9C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9C15

Black with #DE9C15

Text Example


Text Example

White with #DE9C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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