Html Css Color HEX #DEA610 Gamboge

📋 copy color: '#DEA610'

red 222 ◦ green 166 ◦ blue 16

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

Shades of Gamboge #DEA610

Tints of Gamboge #DEA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 54.95%
G = 41.09%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEA610 (or 0xDEA610) is known color: Gamboge. HEX triplet: DE, A6 and 10. RGB value is (222,166,16). Sum of RGB (Red+Green+Blue) = 222+166+16=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA610 is #2159EF. Grayscale: #A6A6A6. Windows color (decimal): -2185712 or 1091294. OLE color: 1091294.

HSL color Cylindrical-coordinate representation of color #DEA610: hue angle of 43.69º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEA610 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 166 16 -
CMYK 0 0.25 0.93 0.13
HSL 43.69º 0.87% 0.47% -
HSV(B) 43.69º 0.93% 0.87% -
XYZ 43.85 42.84 6.45 -
YUV 165.64 43.55 168.2 -
System Red Green Blue C M Y K H S L
Decimal 222 166 16 0 0.25 0.93 0.13 43.69 0.87 0.47
Hex DE A6 10 0 19 5D D 2C 57 2F
Octal 336 246 20 0 31 135 15 54 127 57
Binary 11011110 10100110 10000 0 11001 1011101 1101 101100 1010111 101111

Color Harmonies of #DEA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA610

Black with #DEA610

Text Example


Text Example

White with #DEA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA610; }

 p { color: rgb(222,166,16); }

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

background-color css

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

 a { background-color: rgb(222,166,16); }

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

border-color css

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

 span { border-color: rgb(222,166,16); }

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