Html Css Color HEX #DE9010 Gamboge

📋 copy color: '#DE9010'

red 222 ◦ green 144 ◦ blue 16

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

Shades of Gamboge #DE9010

Tints of Gamboge #DE9010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

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

R = 58.12%
G = 37.7%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE9010 (or 0xDE9010) is known color: Gamboge. HEX triplet: DE, 90 and 10. RGB value is (222,144,16). Sum of RGB (Red+Green+Blue) = 222+144+16=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9010 is #216FEF. Grayscale: #999999. Windows color (decimal): -2191344 or 1085662. OLE color: 1085662.

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

Color convert

RGB 222 144 16 -
CMYK 0 0.35 0.93 0.13
HSL 37.28º 0.87% 0.47% -
HSV(B) 37.28º 0.93% 0.87% -
XYZ 40.19 35.51 5.23 -
YUV 152.73 50.84 177.41 -
System Red Green Blue C M Y K H S L
Decimal 222 144 16 0 0.35 0.93 0.13 37.28 0.87 0.47
Hex DE 90 10 0 23 5D D 25 57 2F
Octal 336 220 20 0 43 135 15 45 127 57
Binary 11011110 10010000 10000 0 100011 1011101 1101 100101 1010111 101111

Color Harmonies of #DE9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9010

Black with #DE9010

Text Example


Text Example

White with #DE9010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9010; }

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

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

background-color css

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

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

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

border-color css

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

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

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