Html Css Color HEX #DEA106 Gamboge

📋 copy color: '#DEA106'

red 222 ◦ green 161 ◦ blue 6

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

Shades of Gamboge #DEA106

Tints of Gamboge #DEA106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 57.07%
G = 41.39%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEA106 (or 0xDEA106) is known color: Gamboge. HEX triplet: DE, A1 and 06. RGB value is (222,161,6). Sum of RGB (Red+Green+Blue) = 222+161+6=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA106 is #215EF9. Grayscale: #A2A2A2. Windows color (decimal): -2187002 or 434654. OLE color: 434654.

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

Color convert

RGB 222 161 6 -
CMYK 0 0.27 0.97 0.13
HSL 43.06º 0.95% 0.45% -
HSV(B) 43.06º 0.97% 0.87% -
XYZ 42.9 41.03 5.83 -
YUV 161.57 40.21 171.1 -
System Red Green Blue C M Y K H S L
Decimal 222 161 6 0 0.27 0.97 0.13 43.06 0.95 0.45
Hex DE A1 6 0 1B 61 D 2B 5F 2D
Octal 336 241 6 0 33 141 15 53 137 55
Binary 11011110 10100001 110 0 11011 1100001 1101 101011 1011111 101101

Color Harmonies of #DEA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA106

Black with #DEA106

Text Example


Text Example

White with #DEA106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA106; }

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

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

background-color css

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

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

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

border-color css

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

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

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