Html Css Color HEX #D59516 Gamboge

📋 copy color: '#D59516'

red 213 ◦ green 149 ◦ blue 22

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

Shades of Gamboge #D59516

Tints of Gamboge #D59516

RGB

 RED value IS 213 (83.59% from 255) = 55.47%

 GREEN value IS 149 (58.59% from 255) = 38.8%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 55.47%
G = 38.8%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D59516 (or 0xD59516) is known color: Gamboge. HEX triplet: D5, 95 and 16. RGB value is (213,149,22). Sum of RGB (Red+Green+Blue) = 213+149+22=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D59516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59516 is #2A6AE9. Grayscale: #9A9A9A. Windows color (decimal): -2779882 or 1480149. OLE color: 1480149.

HSL color Cylindrical-coordinate representation of color #D59516: hue angle of 39.9º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59516 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 22 -
CMYK 0 0.30 0.90 0.16
HSL 39.9º 0.81% 0.46% -
HSV(B) 39.9º 0.9% 0.84% -
XYZ 38.33 35.7 5.63 -
YUV 153.66 53.7 170.33 -
System Red Green Blue C M Y K H S L
Decimal 213 149 22 0 0.30 0.90 0.16 39.9 0.81 0.46
Hex D5 95 16 0 1E 5A 10 28 51 2E
Octal 325 225 26 0 36 132 20 50 121 56
Binary 11010101 10010101 10110 0 11110 1011010 10000 101000 1010001 101110

Color Harmonies of #D59516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59516

Black with #D59516

Text Example


Text Example

White with #D59516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59516; }

 p { color: rgb(213,149,22); }

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

background-color css

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

 a { background-color: rgb(213,149,22); }

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

border-color css

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

 span { border-color: rgb(213,149,22); }

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