Html Css Color HEX #DEA10E Gamboge

📋 copy color: '#DEA10E'

red 222 ◦ green 161 ◦ blue 14

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

Shades of Gamboge #DEA10E

Tints of Gamboge #DEA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

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

R = 55.92%
G = 40.55%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEA10E (or 0xDEA10E) is known color: Gamboge. HEX triplet: DE, A1 and 0E. RGB value is (222,161,14). Sum of RGB (Red+Green+Blue) = 222+161+14=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA10E is #215EF1. Grayscale: #A3A3A3. Windows color (decimal): -2186994 or 958942. OLE color: 958942.

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

Color convert

RGB 222 161 14 -
CMYK 0 0.27 0.94 0.13
HSL 42.4º 0.88% 0.46% -
HSV(B) 42.4º 0.94% 0.87% -
XYZ 42.95 41.05 6.08 -
YUV 162.48 44.21 170.45 -
System Red Green Blue C M Y K H S L
Decimal 222 161 14 0 0.27 0.94 0.13 42.4 0.88 0.46
Hex DE A1 E 0 1B 5E D 2A 58 2E
Octal 336 241 16 0 33 136 15 52 130 56
Binary 11011110 10100001 1110 0 11011 1011110 1101 101010 1011000 101110

Color Harmonies of #DEA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA10E

Black with #DEA10E

Text Example


Text Example

White with #DEA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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