Html Css Color HEX #DEA114 Gamboge

📋 copy color: '#DEA114'

red 222 ◦ green 161 ◦ blue 20

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

Shades of Gamboge #DEA114

Tints of Gamboge #DEA114

RGB

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

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

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

R = 55.09%
G = 39.95%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEA114 (or 0xDEA114) is known color: Gamboge. HEX triplet: DE, A1 and 14. RGB value is (222,161,20). Sum of RGB (Red+Green+Blue) = 222+161+20=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA114 is #215EEB. Grayscale: #A3A3A3. Windows color (decimal): -2186988 or 1352158. OLE color: 1352158.

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

Color convert

RGB 222 161 20 -
CMYK 0 0.27 0.91 0.13
HSL 41.88º 0.83% 0.47% -
HSV(B) 41.88º 0.91% 0.87% -
XYZ 43 41.07 6.32 -
YUV 163.17 47.21 169.96 -
System Red Green Blue C M Y K H S L
Decimal 222 161 20 0 0.27 0.91 0.13 41.88 0.83 0.47
Hex DE A1 14 0 1B 5B D 2A 53 2F
Octal 336 241 24 0 33 133 15 52 123 57
Binary 11011110 10100001 10100 0 11011 1011011 1101 101010 1010011 101111

Color Harmonies of #DEA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA114

Black with #DEA114

Text Example


Text Example

White with #DEA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA114; }

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

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

background-color css

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

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

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

border-color css

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

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

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