Html Css Color HEX #DE9302 Gamboge

📋 copy color: '#DE9302'

red 222 ◦ green 147 ◦ blue 2

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

Shades of Gamboge #DE9302

Tints of Gamboge #DE9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

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

R = 59.84%
G = 39.62%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE9302 (or 0xDE9302) is known color: Gamboge. HEX triplet: DE, 93 and 02. RGB value is (222,147,2). Sum of RGB (Red+Green+Blue) = 222+147+2=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9302 is #216CFD. Grayscale: #999999. Windows color (decimal): -2190590 or 168926. OLE color: 168926.

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

Color convert

RGB 222 147 2 -
CMYK 0 0.34 0.99 0.13
HSL 39.55º 0.98% 0.44% -
HSV(B) 39.55º 0.99% 0.87% -
XYZ 40.57 36.4 4.95 -
YUV 152.9 42.85 177.29 -
System Red Green Blue C M Y K H S L
Decimal 222 147 2 0 0.34 0.99 0.13 39.55 0.98 0.44
Hex DE 93 2 0 22 63 D 28 62 2C
Octal 336 223 2 0 42 143 15 50 142 54
Binary 11011110 10010011 10 0 100010 1100011 1101 101000 1100010 101100

Color Harmonies of #DE9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9302

Black with #DE9302

Text Example


Text Example

White with #DE9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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