Html Css Color HEX #DEA215 Gamboge

📋 copy color: '#DEA215'

red 222 ◦ green 162 ◦ blue 21

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

Shades of Gamboge #DEA215

Tints of Gamboge #DEA215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.19%

R = 54.81%
G = 40%
B = 5.19%

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

#DEA215 (or 0xDEA215) is known color: Gamboge. HEX triplet: DE, A2 and 15. RGB value is (222,162,21). Sum of RGB (Red+Green+Blue) = 222+162+21=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA215 is #215DEA. Grayscale: #A4A4A4. Windows color (decimal): -2186731 or 1417950. OLE color: 1417950.

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

Color convert

RGB 222 162 21 -
CMYK 0 0.27 0.91 0.13
HSL 42.09º 0.83% 0.48% -
HSV(B) 42.09º 0.91% 0.87% -
XYZ 43.18 41.42 6.43 -
YUV 163.87 47.38 169.46 -
System Red Green Blue C M Y K H S L
Decimal 222 162 21 0 0.27 0.91 0.13 42.09 0.83 0.48
Hex DE A2 15 0 1B 5B D 2A 53 30
Octal 336 242 25 0 33 133 15 52 123 60
Binary 11011110 10100010 10101 0 11011 1011011 1101 101010 1010011 110000

Color Harmonies of #DEA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA215

Black with #DEA215

Text Example


Text Example

White with #DEA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA215; }

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

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

background-color css

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

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

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

border-color css

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

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

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