Html Css Color HEX #DEA414 Gamboge

📋 copy color: '#DEA414'

red 222 ◦ green 164 ◦ blue 20

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

Shades of Gamboge #DEA414

Tints of Gamboge #DEA414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 54.68%
G = 40.39%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEA414 (or 0xDEA414) is known color: Gamboge. HEX triplet: DE, A4 and 14. RGB value is (222,164,20). Sum of RGB (Red+Green+Blue) = 222+164+20=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA414 is #215BEB. Grayscale: #A5A5A5. Windows color (decimal): -2186220 or 1352926. OLE color: 1352926.

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

Color convert

RGB 222 164 20 -
CMYK 0 0.26 0.91 0.13
HSL 42.77º 0.83% 0.47% -
HSV(B) 42.77º 0.91% 0.87% -
XYZ 43.53 42.13 6.5 -
YUV 164.93 46.22 168.71 -
System Red Green Blue C M Y K H S L
Decimal 222 164 20 0 0.26 0.91 0.13 42.77 0.83 0.47
Hex DE A4 14 0 1A 5B D 2B 53 2F
Octal 336 244 24 0 32 133 15 53 123 57
Binary 11011110 10100100 10100 0 11010 1011011 1101 101011 1010011 101111

Color Harmonies of #DEA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA414

Black with #DEA414

Text Example


Text Example

White with #DEA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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