Html Css Color HEX #DE9402 Gamboge

📋 copy color: '#DE9402'

red 222 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #DE9402

Tints of Gamboge #DE9402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

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

R = 59.68%
G = 39.78%
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

#DE9402 (or 0xDE9402) is known color: Gamboge. HEX triplet: DE, 94 and 02. RGB value is (222,148,2). Sum of RGB (Red+Green+Blue) = 222+148+2=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9402 is #216BFD. Grayscale: #9A9A9A. Windows color (decimal): -2190334 or 169182. OLE color: 169182.

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

Color convert

RGB 222 148 2 -
CMYK 0 0.33 0.99 0.13
HSL 39.82º 0.98% 0.44% -
HSV(B) 39.82º 0.99% 0.87% -
XYZ 40.73 36.71 5 -
YUV 153.48 42.52 176.87 -
System Red Green Blue C M Y K H S L
Decimal 222 148 2 0 0.33 0.99 0.13 39.82 0.98 0.44
Hex DE 94 2 0 21 63 D 28 62 2C
Octal 336 224 2 0 41 143 15 50 142 54
Binary 11011110 10010100 10 0 100001 1100011 1101 101000 1100010 101100

Color Harmonies of #DE9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9402

Black with #DE9402

Text Example


Text Example

White with #DE9402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9402; }

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

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

background-color css

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

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

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

border-color css

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

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

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