Html Css Color HEX #DEA201 Gamboge

📋 copy color: '#DEA201'

red 222 ◦ green 162 ◦ blue 1

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

Shades of Gamboge #DEA201

Tints of Gamboge #DEA201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 57.66%
G = 42.08%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEA201 (or 0xDEA201) is known color: Gamboge. HEX triplet: DE, A2 and 01. RGB value is (222,162,1). Sum of RGB (Red+Green+Blue) = 222+162+1=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA201 is #215DFE. Grayscale: #A2A2A2. Windows color (decimal): -2186751 or 107230. OLE color: 107230.

HSL color Cylindrical-coordinate representation of color #DEA201: hue angle of 43.71º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEA201 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 162 1 -
CMYK 0 0.27 1.00 0.13
HSL 43.71º 0.99% 0.44% -
HSV(B) 43.71º 1% 0.87% -
XYZ 43.05 41.37 5.75 -
YUV 161.59 37.38 171.09 -
System Red Green Blue C M Y K H S L
Decimal 222 162 1 0 0.27 1.00 0.13 43.71 0.99 0.44
Hex DE A2 1 0 1B 64 D 2C 63 2C
Octal 336 242 1 0 33 144 15 54 143 54
Binary 11011110 10100010 1 0 11011 1100100 1101 101100 1100011 101100

Color Harmonies of #DEA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA201

Black with #DEA201

Text Example


Text Example

White with #DEA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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