Html Css Color HEX #DEA510 Gamboge

📋 copy color: '#DEA510'

red 222 ◦ green 165 ◦ blue 16

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

Shades of Gamboge #DEA510

Tints of Gamboge #DEA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

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

R = 55.09%
G = 40.94%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEA510 (or 0xDEA510) is known color: Gamboge. HEX triplet: DE, A5 and 10. RGB value is (222,165,16). Sum of RGB (Red+Green+Blue) = 222+165+16=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA510 is #215AEF. Grayscale: #A5A5A5. Windows color (decimal): -2185968 or 1091038. OLE color: 1091038.

HSL color Cylindrical-coordinate representation of color #DEA510: hue angle of 43.4º 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 #DEA510 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 165 16 -
CMYK 0 0.26 0.93 0.13
HSL 43.4º 0.87% 0.47% -
HSV(B) 43.4º 0.93% 0.87% -
XYZ 43.67 42.48 6.39 -
YUV 165.06 43.88 168.62 -
System Red Green Blue C M Y K H S L
Decimal 222 165 16 0 0.26 0.93 0.13 43.4 0.87 0.47
Hex DE A5 10 0 1A 5D D 2B 57 2F
Octal 336 245 20 0 32 135 15 53 127 57
Binary 11011110 10100101 10000 0 11010 1011101 1101 101011 1010111 101111

Color Harmonies of #DEA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA510

Black with #DEA510

Text Example


Text Example

White with #DEA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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