Html Css Color HEX #DEA210 Gamboge

📋 copy color: '#DEA210'

red 222 ◦ green 162 ◦ blue 16

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

Shades of Gamboge #DEA210

Tints of Gamboge #DEA210

RGB

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

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

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

R = 55.5%
G = 40.5%
B = 4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEA210 (or 0xDEA210) is known color: Gamboge. HEX triplet: DE, A2 and 10. RGB value is (222,162,16). Sum of RGB (Red+Green+Blue) = 222+162+16=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA210 is #215DEF. Grayscale: #A3A3A3. Windows color (decimal): -2186736 or 1090270. OLE color: 1090270.

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

Color convert

RGB 222 162 16 -
CMYK 0 0.27 0.93 0.13
HSL 42.52º 0.87% 0.47% -
HSV(B) 42.52º 0.93% 0.87% -
XYZ 43.14 41.41 6.21 -
YUV 163.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 222 162 16 0 0.27 0.93 0.13 42.52 0.87 0.47
Hex DE A2 10 0 1B 5D D 2B 57 2F
Octal 336 242 20 0 33 135 15 53 127 57
Binary 11011110 10100010 10000 0 11011 1011101 1101 101011 1010111 101111

Color Harmonies of #DEA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA210

Black with #DEA210

Text Example


Text Example

White with #DEA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA210; }

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

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

background-color css

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

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

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

border-color css

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

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

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