Html Css Color HEX #D59D13 Gamboge

📋 copy color: '#D59D13'

red 213 ◦ green 157 ◦ blue 19

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

Shades of Gamboge #D59D13

Tints of Gamboge #D59D13

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 54.76%
G = 40.36%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D59D13 (or 0xD59D13) is known color: Gamboge. HEX triplet: D5, 9D and 13. RGB value is (213,157,19). Sum of RGB (Red+Green+Blue) = 213+157+19=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59D13 is #2A62EC. Grayscale: #9E9E9E. Windows color (decimal): -2777837 or 1285589. OLE color: 1285589.

HSL color Cylindrical-coordinate representation of color #D59D13: hue angle of 42.68º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D59D13 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 19 -
CMYK 0 0.26 0.91 0.16
HSL 42.68º 0.84% 0.45% -
HSV(B) 42.68º 0.91% 0.84% -
XYZ 39.62 38.31 5.92 -
YUV 158.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 213 157 19 0 0.26 0.91 0.16 42.68 0.84 0.45
Hex D5 9D 13 0 1A 5B 10 2B 54 2D
Octal 325 235 23 0 32 133 20 53 124 55
Binary 11010101 10011101 10011 0 11010 1011011 10000 101011 1010100 101101

Color Harmonies of #D59D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D13

Black with #D59D13

Text Example


Text Example

White with #D59D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D13; }

 p { color: rgb(213,157,19); }

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

background-color css

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

 a { background-color: rgb(213,157,19); }

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

border-color css

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

 span { border-color: rgb(213,157,19); }

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