Html Css Color HEX #DE9603 Gamboge

📋 copy color: '#DE9603'

red 222 ◦ green 150 ◦ blue 3

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

Shades of Gamboge #DE9603

Tints of Gamboge #DE9603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 59.2%
G = 40%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE9603 (or 0xDE9603) is known color: Gamboge. HEX triplet: DE, 96 and 03. RGB value is (222,150,3). Sum of RGB (Red+Green+Blue) = 222+150+3=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9603 is #2169FC. Grayscale: #9B9B9B. Windows color (decimal): -2189821 or 235230. OLE color: 235230.

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

Color convert

RGB 222 150 3 -
CMYK 0 0.32 0.99 0.13
HSL 40.27º 0.97% 0.44% -
HSV(B) 40.27º 0.99% 0.87% -
XYZ 41.05 37.35 5.13 -
YUV 154.77 42.35 175.95 -
System Red Green Blue C M Y K H S L
Decimal 222 150 3 0 0.32 0.99 0.13 40.27 0.97 0.44
Hex DE 96 3 0 20 63 D 28 61 2C
Octal 336 226 3 0 40 143 15 50 141 54
Binary 11011110 10010110 11 0 100000 1100011 1101 101000 1100001 101100

Color Harmonies of #DE9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9603

Black with #DE9603

Text Example


Text Example

White with #DE9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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