Html Css Color HEX #DEA00E Gamboge

📋 copy color: '#DEA00E'

red 222 ◦ green 160 ◦ blue 14

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

Shades of Gamboge #DEA00E

Tints of Gamboge #DEA00E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

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

R = 56.06%
G = 40.4%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEA00E (or 0xDEA00E) is known color: Gamboge. HEX triplet: DE, A0 and 0E. RGB value is (222,160,14). Sum of RGB (Red+Green+Blue) = 222+160+14=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA00E is #215FF1. Grayscale: #A2A2A2. Windows color (decimal): -2187250 or 958686. OLE color: 958686.

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

Color convert

RGB 222 160 14 -
CMYK 0 0.28 0.94 0.13
HSL 42.12º 0.88% 0.46% -
HSV(B) 42.12º 0.94% 0.87% -
XYZ 42.77 40.7 6.02 -
YUV 161.89 44.54 170.87 -
System Red Green Blue C M Y K H S L
Decimal 222 160 14 0 0.28 0.94 0.13 42.12 0.88 0.46
Hex DE A0 E 0 1C 5E D 2A 58 2E
Octal 336 240 16 0 34 136 15 52 130 56
Binary 11011110 10100000 1110 0 11100 1011110 1101 101010 1011000 101110

Color Harmonies of #DEA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA00E

Black with #DEA00E

Text Example


Text Example

White with #DEA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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