Html Css Color HEX #DEA104 Gamboge

📋 copy color: '#DEA104'

red 222 ◦ green 161 ◦ blue 4

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

Shades of Gamboge #DEA104

Tints of Gamboge #DEA104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 57.36%
G = 41.6%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEA104 (or 0xDEA104) is known color: Gamboge. HEX triplet: DE, A1 and 04. RGB value is (222,161,4). Sum of RGB (Red+Green+Blue) = 222+161+4=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA104 is #215EFB. Grayscale: #A2A2A2. Windows color (decimal): -2187004 or 303582. OLE color: 303582.

HSL color Cylindrical-coordinate representation of color #DEA104: hue angle of 43.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEA104 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 161 4 -
CMYK 0 0.27 0.98 0.13
HSL 43.21º 0.96% 0.44% -
HSV(B) 43.21º 0.98% 0.87% -
XYZ 42.89 41.03 5.77 -
YUV 161.34 39.21 171.27 -
System Red Green Blue C M Y K H S L
Decimal 222 161 4 0 0.27 0.98 0.13 43.21 0.96 0.44
Hex DE A1 4 0 1B 62 D 2B 60 2C
Octal 336 241 4 0 33 142 15 53 140 54
Binary 11011110 10100001 100 0 11011 1100010 1101 101011 1100000 101100

Color Harmonies of #DEA104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA104

Black with #DEA104

Text Example


Text Example

White with #DEA104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA104; }

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

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

background-color css

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

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

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

border-color css

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

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

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