Html Css Color HEX #DEA211 Gamboge

📋 copy color: '#DEA211'

red 222 ◦ green 162 ◦ blue 17

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

Shades of Gamboge #DEA211

Tints of Gamboge #DEA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

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

R = 55.36%
G = 40.4%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEA211 (or 0xDEA211) is known color: Gamboge. HEX triplet: DE, A2 and 11. RGB value is (222,162,17). Sum of RGB (Red+Green+Blue) = 222+162+17=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA211 is #215DEE. Grayscale: #A4A4A4. Windows color (decimal): -2186735 or 1155806. OLE color: 1155806.

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

Color convert

RGB 222 162 17 -
CMYK 0 0.27 0.92 0.13
HSL 42.44º 0.86% 0.47% -
HSV(B) 42.44º 0.92% 0.87% -
XYZ 43.15 41.41 6.25 -
YUV 163.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 222 162 17 0 0.27 0.92 0.13 42.44 0.86 0.47
Hex DE A2 11 0 1B 5C D 2A 56 2F
Octal 336 242 21 0 33 134 15 52 126 57
Binary 11011110 10100010 10001 0 11011 1011100 1101 101010 1010110 101111

Color Harmonies of #DEA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA211

Black with #DEA211

Text Example


Text Example

White with #DEA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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