Html Css Color HEX #DEA80A Gamboge

📋 copy color: '#DEA80A'

red 222 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #DEA80A

Tints of Gamboge #DEA80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.5%

R = 55.5%
G = 42%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEA80A (or 0xDEA80A) is known color: Gamboge. HEX triplet: DE, A8 and 0A. RGB value is (222,168,10). Sum of RGB (Red+Green+Blue) = 222+168+10=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA80A is #2157F5. Grayscale: #A6A6A6. Windows color (decimal): -2185206 or 698590. OLE color: 698590.

HSL color Cylindrical-coordinate representation of color #DEA80A: hue angle of 44.72º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEA80A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 168 10 -
CMYK 0 0.24 0.95 0.13
HSL 44.72º 0.91% 0.45% -
HSV(B) 44.72º 0.95% 0.87% -
XYZ 44.18 43.56 6.37 -
YUV 166.13 39.89 167.85 -
System Red Green Blue C M Y K H S L
Decimal 222 168 10 0 0.24 0.95 0.13 44.72 0.91 0.45
Hex DE A8 A 0 18 5F D 2D 5B 2D
Octal 336 250 12 0 30 137 15 55 133 55
Binary 11011110 10101000 1010 0 11000 1011111 1101 101101 1011011 101101

Color Harmonies of #DEA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA80A

Black with #DEA80A

Text Example


Text Example

White with #DEA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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