Html Css Color HEX #DE9610 Gamboge

📋 copy color: '#DE9610'

red 222 ◦ green 150 ◦ blue 16

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

Shades of Gamboge #DE9610

Tints of Gamboge #DE9610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 57.22%
G = 38.66%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE9610 (or 0xDE9610) is known color: Gamboge. HEX triplet: DE, 96 and 10. RGB value is (222,150,16). Sum of RGB (Red+Green+Blue) = 222+150+16=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9610 is #2169EF. Grayscale: #9C9C9C. Windows color (decimal): -2189808 or 1087198. OLE color: 1087198.

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

Color convert

RGB 222 150 16 -
CMYK 0 0.32 0.93 0.13
HSL 39.03º 0.87% 0.47% -
HSV(B) 39.03º 0.93% 0.87% -
XYZ 41.12 37.38 5.54 -
YUV 156.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 222 150 16 0 0.32 0.93 0.13 39.03 0.87 0.47
Hex DE 96 10 0 20 5D D 27 57 2F
Octal 336 226 20 0 40 135 15 47 127 57
Binary 11011110 10010110 10000 0 100000 1011101 1101 100111 1010111 101111

Color Harmonies of #DE9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9610

Black with #DE9610

Text Example


Text Example

White with #DE9610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9610; }

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

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

background-color css

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

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

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

border-color css

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

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

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