Html Css Color HEX #DE8410 Gamboge

📋 copy color: '#DE8410'

red 222 ◦ green 132 ◦ blue 16

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

Shades of Gamboge #DE8410

Tints of Gamboge #DE8410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 60%
G = 35.68%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE8410 (or 0xDE8410) is known color: Gamboge. HEX triplet: DE, 84 and 10. RGB value is (222,132,16). Sum of RGB (Red+Green+Blue) = 222+132+16=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8410 is #217BEF. Grayscale: #929292. Windows color (decimal): -2194416 or 1082590. OLE color: 1082590.

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

Color convert

RGB 222 132 16 -
CMYK 0 0.41 0.93 0.13
HSL 33.79º 0.87% 0.47% -
HSV(B) 33.79º 0.93% 0.87% -
XYZ 38.47 32.07 4.65 -
YUV 145.69 54.82 182.43 -
System Red Green Blue C M Y K H S L
Decimal 222 132 16 0 0.41 0.93 0.13 33.79 0.87 0.47
Hex DE 84 10 0 29 5D D 22 57 2F
Octal 336 204 20 0 51 135 15 42 127 57
Binary 11011110 10000100 10000 0 101001 1011101 1101 100010 1010111 101111

Color Harmonies of #DE8410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8410

Black with #DE8410

Text Example


Text Example

White with #DE8410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8410; }

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

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

background-color css

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

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

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

border-color css

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

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

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