Html Css Color HEX #DEA800 Gamboge

📋 copy color: '#DEA800'

red 222 ◦ green 168 ◦ blue 0

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

Shades of Gamboge #DEA800

Tints of Gamboge #DEA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

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

R = 56.92%
G = 43.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEA800 (or 0xDEA800) is known color: Gamboge. HEX triplet: DE, A8 and 00. RGB value is (222,168,0). Sum of RGB (Red+Green+Blue) = 222+168+0=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA800 is #2157FF. Grayscale: #A5A5A5. Windows color (decimal): -2185216 or 43230. OLE color: 43230.

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

Color convert

RGB 222 168 0 -
CMYK 0 0.24 1 0.13
HSL 45.41º 1% 0.44% -
HSV(B) 45.41º 1% 0.87% -
XYZ 44.13 43.53 6.08 -
YUV 164.99 34.89 168.66 -
System Red Green Blue C M Y K H S L
Decimal 222 168 0 0 0.24 1 0.13 45.41 1 0.44
Hex DE A8 0 0 18 64 D 2D 64 2C
Octal 336 250 0 0 30 144 15 55 144 54
Binary 11011110 10101000 0 0 11000 1100100 1101 101101 1100100 101100

Color Harmonies of #DEA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA800

Black with #DEA800

Text Example


Text Example

White with #DEA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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