Html Css Color HEX #DEA113 Gamboge

📋 copy color: '#DEA113'

red 222 ◦ green 161 ◦ blue 19

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

Shades of Gamboge #DEA113

Tints of Gamboge #DEA113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 55.22%
G = 40.05%
B = 4.73%

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

#DEA113 (or 0xDEA113) is known color: Gamboge. HEX triplet: DE, A1 and 13. RGB value is (222,161,19). Sum of RGB (Red+Green+Blue) = 222+161+19=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA113 is #215EEC. Grayscale: #A3A3A3. Windows color (decimal): -2186989 or 1286622. OLE color: 1286622.

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

Color convert

RGB 222 161 19 -
CMYK 0 0.27 0.91 0.13
HSL 41.97º 0.84% 0.47% -
HSV(B) 41.97º 0.91% 0.87% -
XYZ 42.99 41.07 6.28 -
YUV 163.05 46.71 170.05 -
System Red Green Blue C M Y K H S L
Decimal 222 161 19 0 0.27 0.91 0.13 41.97 0.84 0.47
Hex DE A1 13 0 1B 5B D 2A 54 2F
Octal 336 241 23 0 33 133 15 52 124 57
Binary 11011110 10100001 10011 0 11011 1011011 1101 101010 1010100 101111

Color Harmonies of #DEA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA113

Black with #DEA113

Text Example


Text Example

White with #DEA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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