Html Css Color HEX #DEA014 Gamboge

📋 copy color: '#DEA014'

red 222 ◦ green 160 ◦ blue 20

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

Shades of Gamboge #DEA014

Tints of Gamboge #DEA014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 55.22%
G = 39.8%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEA014 (or 0xDEA014) is known color: Gamboge. HEX triplet: DE, A0 and 14. RGB value is (222,160,20). Sum of RGB (Red+Green+Blue) = 222+160+20=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA014 is #215FEB. Grayscale: #A3A3A3. Windows color (decimal): -2187244 or 1351902. OLE color: 1351902.

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

Color convert

RGB 222 160 20 -
CMYK 0 0.28 0.91 0.13
HSL 41.58º 0.83% 0.47% -
HSV(B) 41.58º 0.91% 0.87% -
XYZ 42.82 40.72 6.26 -
YUV 162.58 47.54 170.38 -
System Red Green Blue C M Y K H S L
Decimal 222 160 20 0 0.28 0.91 0.13 41.58 0.83 0.47
Hex DE A0 14 0 1C 5B D 2A 53 2F
Octal 336 240 24 0 34 133 15 52 123 57
Binary 11011110 10100000 10100 0 11100 1011011 1101 101010 1010011 101111

Color Harmonies of #DEA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA014

Black with #DEA014

Text Example


Text Example

White with #DEA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA014; }

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

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

background-color css

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

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

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

border-color css

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

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

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