Html Css Color HEX #DEAA0E Gamboge

📋 copy color: '#DEAA0E'

red 222 ◦ green 170 ◦ blue 14

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

Shades of Gamboge #DEAA0E

Tints of Gamboge #DEAA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 54.68%
G = 41.87%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEAA0E (or 0xDEAA0E) is known color: Gamboge. HEX triplet: DE, AA and 0E. RGB value is (222,170,14). Sum of RGB (Red+Green+Blue) = 222+170+14=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAA0E is #2155F1. Grayscale: #A8A8A8. Windows color (decimal): -2184690 or 961246. OLE color: 961246.

HSL color Cylindrical-coordinate representation of color #DEAA0E: hue angle of 45º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEAA0E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 14 -
CMYK 0 0.23 0.94 0.13
HSL 45º 0.88% 0.46% -
HSV(B) 45º 0.94% 0.87% -
XYZ 44.58 44.31 6.62 -
YUV 167.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 222 170 14 0 0.23 0.94 0.13 45 0.88 0.46
Hex DE AA E 0 17 5E D 2D 58 2E
Octal 336 252 16 0 27 136 15 55 130 56
Binary 11011110 10101010 1110 0 10111 1011110 1101 101101 1011000 101110

Color Harmonies of #DEAA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA0E

Black with #DEAA0E

Text Example


Text Example

White with #DEAA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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