Html Css Color HEX #DEA017 Gamboge

📋 copy color: '#DEA017'

red 222 ◦ green 160 ◦ blue 23

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

Shades of Gamboge #DEA017

Tints of Gamboge #DEA017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

 BLUE value IS 23 (9.38% from 255) = 5.68%

R = 54.81%
G = 39.51%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEA017 (or 0xDEA017) is known color: Gamboge. HEX triplet: DE, A0 and 17. RGB value is (222,160,23). Sum of RGB (Red+Green+Blue) = 222+160+23=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA017 is #215FE8. Grayscale: #A3A3A3. Windows color (decimal): -2187241 or 1548510. OLE color: 1548510.

HSL color Cylindrical-coordinate representation of color #DEA017: hue angle of 41.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEA017 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 160 23 -
CMYK 0 0.28 0.90 0.13
HSL 41.31º 0.81% 0.48% -
HSV(B) 41.31º 0.9% 0.87% -
XYZ 42.85 40.73 6.41 -
YUV 162.92 49.04 170.14 -
System Red Green Blue C M Y K H S L
Decimal 222 160 23 0 0.28 0.90 0.13 41.31 0.81 0.48
Hex DE A0 17 0 1C 5A D 29 51 30
Octal 336 240 27 0 34 132 15 51 121 60
Binary 11011110 10100000 10111 0 11100 1011010 1101 101001 1010001 110000

Color Harmonies of #DEA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA017

Black with #DEA017

Text Example


Text Example

White with #DEA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA017; }

 p { color: rgb(222,160,23); }

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

background-color css

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

 a { background-color: rgb(222,160,23); }

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

border-color css

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

 span { border-color: rgb(222,160,23); }

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