Html Css Color HEX #DEAA01 Gamboge

📋 copy color: '#DEAA01'

red 222 ◦ green 170 ◦ blue 1

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

Shades of Gamboge #DEAA01

Tints of Gamboge #DEAA01

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

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

R = 56.49%
G = 43.26%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEAA01 (or 0xDEAA01) is known color: Gamboge. HEX triplet: DE, AA and 01. RGB value is (222,170,1). Sum of RGB (Red+Green+Blue) = 222+170+1=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAA01 is #2155FE. Grayscale: #A7A7A7. Windows color (decimal): -2184703 or 109278. OLE color: 109278.

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

Color convert

RGB 222 170 1 -
CMYK 0 0.23 1.00 0.13
HSL 45.88º 0.99% 0.44% -
HSV(B) 45.88º 1% 0.87% -
XYZ 44.5 44.28 6.23 -
YUV 166.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 222 170 1 0 0.23 1.00 0.13 45.88 0.99 0.44
Hex DE AA 1 0 17 64 D 2E 63 2C
Octal 336 252 1 0 27 144 15 56 143 54
Binary 11011110 10101010 1 0 10111 1100100 1101 101110 1100011 101100

Color Harmonies of #DEAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA01

Black with #DEAA01

Text Example


Text Example

White with #DEAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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