Html Css Color HEX #DEA200 Gamboge

📋 copy color: '#DEA200'

red 222 ◦ green 162 ◦ blue 0

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

Shades of Gamboge #DEA200

Tints of Gamboge #DEA200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.81%
G = 42.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEA200 (or 0xDEA200) is known color: Gamboge. HEX triplet: DE, A2 and 00. RGB value is (222,162,0). Sum of RGB (Red+Green+Blue) = 222+162+0=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA200 is #215DFF. Grayscale: #A2A2A2. Windows color (decimal): -2186752 or 41694. OLE color: 41694.

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

Color convert

RGB 222 162 0 -
CMYK 0 0.27 1 0.13
HSL 43.78º 1% 0.44% -
HSV(B) 43.78º 1% 0.87% -
XYZ 43.04 41.37 5.72 -
YUV 161.47 36.88 171.17 -
System Red Green Blue C M Y K H S L
Decimal 222 162 0 0 0.27 1 0.13 43.78 1 0.44
Hex DE A2 0 0 1B 64 D 2C 64 2C
Octal 336 242 0 0 33 144 15 54 144 54
Binary 11011110 10100010 0 0 11011 1100100 1101 101100 1100100 101100

Color Harmonies of #DEA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA200

Black with #DEA200

Text Example


Text Example

White with #DEA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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