Html Css Color HEX #DE9102 Gamboge

📋 copy color: '#DE9102'

red 222 ◦ green 145 ◦ blue 2

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

Shades of Gamboge #DE9102

Tints of Gamboge #DE9102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

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

R = 60.16%
G = 39.3%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE9102 (or 0xDE9102) is known color: Gamboge. HEX triplet: DE, 91 and 02. RGB value is (222,145,2). Sum of RGB (Red+Green+Blue) = 222+145+2=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9102 is #216EFD. Grayscale: #989898. Windows color (decimal): -2191102 or 168414. OLE color: 168414.

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

Color convert

RGB 222 145 2 -
CMYK 0 0.35 0.99 0.13
HSL 39º 0.98% 0.44% -
HSV(B) 39º 0.99% 0.87% -
XYZ 40.26 35.78 4.84 -
YUV 151.72 43.51 178.13 -
System Red Green Blue C M Y K H S L
Decimal 222 145 2 0 0.35 0.99 0.13 39 0.98 0.44
Hex DE 91 2 0 23 63 D 27 62 2C
Octal 336 221 2 0 43 143 15 47 142 54
Binary 11011110 10010001 10 0 100011 1100011 1101 100111 1100010 101100

Color Harmonies of #DE9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9102

Black with #DE9102

Text Example


Text Example

White with #DE9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9102; }

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

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

background-color css

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

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

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

border-color css

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

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

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