Html Css Color HEX #DE9600 Gamboge

📋 copy color: '#DE9600'

red 222 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #DE9600

Tints of Gamboge #DE9600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.68%
G = 40.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE9600 (or 0xDE9600) is known color: Gamboge. HEX triplet: DE, 96 and 00. RGB value is (222,150,0). Sum of RGB (Red+Green+Blue) = 222+150+0=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9600 is #2169FF. Grayscale: #9B9B9B. Windows color (decimal): -2189824 or 38622. OLE color: 38622.

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

Color convert

RGB 222 150 0 -
CMYK 0 0.32 1 0.13
HSL 40.54º 1% 0.44% -
HSV(B) 40.54º 1% 0.87% -
XYZ 41.03 37.34 5.05 -
YUV 154.43 40.85 176.2 -
System Red Green Blue C M Y K H S L
Decimal 222 150 0 0 0.32 1 0.13 40.54 1 0.44
Hex DE 96 0 0 20 64 D 29 64 2C
Octal 336 226 0 0 40 144 15 51 144 54
Binary 11011110 10010110 0 0 100000 1100100 1101 101001 1100100 101100

Color Harmonies of #DE9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9600

Black with #DE9600

Text Example


Text Example

White with #DE9600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9600; }

 p { color: rgb(222,150,0); }

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

background-color css

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

 a { background-color: rgb(222,150,0); }

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

border-color css

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

 span { border-color: rgb(222,150,0); }

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