Html Css Color HEX #DE8511 Gamboge

📋 copy color: '#DE8511'

red 222 ◦ green 133 ◦ blue 17

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

Shades of Gamboge #DE8511

Tints of Gamboge #DE8511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 17 (7.03% from 255) = 4.57%

R = 59.68%
G = 35.75%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE8511 (or 0xDE8511) is known color: Gamboge. HEX triplet: DE, 85 and 11. RGB value is (222,133,17). Sum of RGB (Red+Green+Blue) = 222+133+17=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8511 is #217AEE. Grayscale: #929292. Windows color (decimal): -2194159 or 1148382. OLE color: 1148382.

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

Color convert

RGB 222 133 17 -
CMYK 0 0.40 0.92 0.13
HSL 33.95º 0.86% 0.47% -
HSV(B) 33.95º 0.92% 0.87% -
XYZ 38.61 32.35 4.74 -
YUV 146.39 54.99 181.93 -
System Red Green Blue C M Y K H S L
Decimal 222 133 17 0 0.40 0.92 0.13 33.95 0.86 0.47
Hex DE 85 11 0 28 5C D 22 56 2F
Octal 336 205 21 0 50 134 15 42 126 57
Binary 11011110 10000101 10001 0 101000 1011100 1101 100010 1010110 101111

Color Harmonies of #DE8511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8511

Black with #DE8511

Text Example


Text Example

White with #DE8511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8511; }

 p { color: rgb(222,133,17); }

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

background-color css

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

 a { background-color: rgb(222,133,17); }

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

border-color css

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

 span { border-color: rgb(222,133,17); }

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