Html Css Color HEX #DEA615 Gamboge

📋 copy color: '#DEA615'

red 222 ◦ green 166 ◦ blue 21

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

Shades of Gamboge #DEA615

Tints of Gamboge #DEA615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.13%

R = 54.28%
G = 40.59%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEA615 (or 0xDEA615) is known color: Gamboge. HEX triplet: DE, A6 and 15. RGB value is (222,166,21). Sum of RGB (Red+Green+Blue) = 222+166+21=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA615 is #2159EA. Grayscale: #A6A6A6. Windows color (decimal): -2185707 or 1418974. OLE color: 1418974.

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

Color convert

RGB 222 166 21 -
CMYK 0 0.25 0.91 0.13
HSL 43.28º 0.83% 0.48% -
HSV(B) 43.28º 0.91% 0.87% -
XYZ 43.9 42.86 6.67 -
YUV 166.21 46.05 167.79 -
System Red Green Blue C M Y K H S L
Decimal 222 166 21 0 0.25 0.91 0.13 43.28 0.83 0.48
Hex DE A6 15 0 19 5B D 2B 53 30
Octal 336 246 25 0 31 133 15 53 123 60
Binary 11011110 10100110 10101 0 11001 1011011 1101 101011 1010011 110000

Color Harmonies of #DEA615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA615

Black with #DEA615

Text Example


Text Example

White with #DEA615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA615; }

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

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

background-color css

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

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

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

border-color css

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

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

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