Html Css Color HEX #DEA301 Gamboge

📋 copy color: '#DEA301'

red 222 ◦ green 163 ◦ blue 1

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

Shades of Gamboge #DEA301

Tints of Gamboge #DEA301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.23%

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

R = 57.51%
G = 42.23%
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

#DEA301 (or 0xDEA301) is known color: Gamboge. HEX triplet: DE, A3 and 01. RGB value is (222,163,1). Sum of RGB (Red+Green+Blue) = 222+163+1=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA301 is #215CFE. Grayscale: #A2A2A2. Windows color (decimal): -2186495 or 107486. OLE color: 107486.

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

Color convert

RGB 222 163 1 -
CMYK 0 0.27 1.00 0.13
HSL 43.98º 0.99% 0.44% -
HSV(B) 43.98º 1% 0.87% -
XYZ 43.23 41.73 5.8 -
YUV 162.17 37.05 170.67 -
System Red Green Blue C M Y K H S L
Decimal 222 163 1 0 0.27 1.00 0.13 43.98 0.99 0.44
Hex DE A3 1 0 1B 64 D 2C 63 2C
Octal 336 243 1 0 33 144 15 54 143 54
Binary 11011110 10100011 1 0 11011 1100100 1101 101100 1100011 101100

Color Harmonies of #DEA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA301

Black with #DEA301

Text Example


Text Example

White with #DEA301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA301; }

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

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

background-color css

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

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

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

border-color css

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

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

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