Html Css Color HEX #DEA105 Gamboge

📋 copy color: '#DEA105'

red 222 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #DEA105

Tints of Gamboge #DEA105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 57.22%
G = 41.49%
B = 1.29%

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

#DEA105 (or 0xDEA105) is known color: Gamboge. HEX triplet: DE, A1 and 05. RGB value is (222,161,5). Sum of RGB (Red+Green+Blue) = 222+161+5=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA105 is #215EFA. Grayscale: #A2A2A2. Windows color (decimal): -2187003 or 369118. OLE color: 369118.

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

Color convert

RGB 222 161 5 -
CMYK 0 0.27 0.98 0.13
HSL 43.13º 0.96% 0.45% -
HSV(B) 43.13º 0.98% 0.87% -
XYZ 42.9 41.03 5.8 -
YUV 161.46 39.71 171.18 -
System Red Green Blue C M Y K H S L
Decimal 222 161 5 0 0.27 0.98 0.13 43.13 0.96 0.45
Hex DE A1 5 0 1B 62 D 2B 60 2D
Octal 336 241 5 0 33 142 15 53 140 55
Binary 11011110 10100001 101 0 11011 1100010 1101 101011 1100000 101101

Color Harmonies of #DEA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA105

Black with #DEA105

Text Example


Text Example

White with #DEA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA105; }

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

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

background-color css

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

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

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

border-color css

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

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

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