Html Css Color HEX #DEA213 Gamboge

📋 copy color: '#DEA213'

red 222 ◦ green 162 ◦ blue 19

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

Shades of Gamboge #DEA213

Tints of Gamboge #DEA213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.71%

R = 55.09%
G = 40.2%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEA213 (or 0xDEA213) is known color: Gamboge. HEX triplet: DE, A2 and 13. RGB value is (222,162,19). Sum of RGB (Red+Green+Blue) = 222+162+19=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA213 is #215DEC. Grayscale: #A4A4A4. Windows color (decimal): -2186733 or 1286878. OLE color: 1286878.

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

Color convert

RGB 222 162 19 -
CMYK 0 0.27 0.91 0.13
HSL 42.27º 0.84% 0.47% -
HSV(B) 42.27º 0.91% 0.87% -
XYZ 43.16 41.42 6.34 -
YUV 163.64 46.38 169.63 -
System Red Green Blue C M Y K H S L
Decimal 222 162 19 0 0.27 0.91 0.13 42.27 0.84 0.47
Hex DE A2 13 0 1B 5B D 2A 54 2F
Octal 336 242 23 0 33 133 15 52 124 57
Binary 11011110 10100010 10011 0 11011 1011011 1101 101010 1010100 101111

Color Harmonies of #DEA213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA213

Black with #DEA213

Text Example


Text Example

White with #DEA213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA213; }

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

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

background-color css

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

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

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

border-color css

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

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

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