Html Css Color HEX #D59517 Gamboge

📋 copy color: '#D59517'

red 213 ◦ green 149 ◦ blue 23

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

Shades of Gamboge #D59517

Tints of Gamboge #D59517

RGB

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

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

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

R = 55.32%
G = 38.7%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D59517 (or 0xD59517) is known color: Gamboge. HEX triplet: D5, 95 and 17. RGB value is (213,149,23). Sum of RGB (Red+Green+Blue) = 213+149+23=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D59517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59517 is #2A6AE8. Grayscale: #9A9A9A. Windows color (decimal): -2779881 or 1545685. OLE color: 1545685.

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

Color convert

RGB 213 149 23 -
CMYK 0 0.30 0.89 0.16
HSL 39.79º 0.81% 0.46% -
HSV(B) 39.79º 0.89% 0.84% -
XYZ 38.34 35.7 5.68 -
YUV 153.77 54.2 170.25 -
System Red Green Blue C M Y K H S L
Decimal 213 149 23 0 0.30 0.89 0.16 39.79 0.81 0.46
Hex D5 95 17 0 1E 59 10 28 51 2E
Octal 325 225 27 0 36 131 20 50 121 56
Binary 11010101 10010101 10111 0 11110 1011001 10000 101000 1010001 101110

Color Harmonies of #D59517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59517

Black with #D59517

Text Example


Text Example

White with #D59517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59517; }

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

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

background-color css

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

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

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

border-color css

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

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

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