Html Css Color HEX #DE9502 Gamboge

📋 copy color: '#DE9502'

red 222 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #DE9502

Tints of Gamboge #DE9502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 59.52%
G = 39.95%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE9502 (or 0xDE9502) is known color: Gamboge. HEX triplet: DE, 95 and 02. RGB value is (222,149,2). Sum of RGB (Red+Green+Blue) = 222+149+2=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9502 is #216AFD. Grayscale: #9A9A9A. Windows color (decimal): -2190078 or 169438. OLE color: 169438.

HSL color Cylindrical-coordinate representation of color #DE9502: hue angle of 40.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE9502 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 149 2 -
CMYK 0 0.33 0.99 0.13
HSL 40.09º 0.98% 0.44% -
HSV(B) 40.09º 0.99% 0.87% -
XYZ 40.88 37.03 5.05 -
YUV 154.07 42.18 176.45 -
System Red Green Blue C M Y K H S L
Decimal 222 149 2 0 0.33 0.99 0.13 40.09 0.98 0.44
Hex DE 95 2 0 21 63 D 28 62 2C
Octal 336 225 2 0 41 143 15 50 142 54
Binary 11011110 10010101 10 0 100001 1100011 1101 101000 1100010 101100

Color Harmonies of #DE9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9502

Black with #DE9502

Text Example


Text Example

White with #DE9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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