Html Css Color HEX #D59113 Gamboge

📋 copy color: '#D59113'

red 213 ◦ green 145 ◦ blue 19

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

Shades of Gamboge #D59113

Tints of Gamboge #D59113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

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

R = 56.5%
G = 38.46%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D59113 (or 0xD59113) is known color: Gamboge. HEX triplet: D5, 91 and 13. RGB value is (213,145,19). Sum of RGB (Red+Green+Blue) = 213+145+19=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D59113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59113 is #2A6EEC. Grayscale: #979797. Windows color (decimal): -2780909 or 1282517. OLE color: 1282517.

HSL color Cylindrical-coordinate representation of color #D59113: hue angle of 38.97º 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 #D59113 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 19 -
CMYK 0 0.32 0.91 0.16
HSL 38.97º 0.84% 0.45% -
HSV(B) 38.97º 0.91% 0.84% -
XYZ 37.68 34.44 5.28 -
YUV 150.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 213 145 19 0 0.32 0.91 0.16 38.97 0.84 0.45
Hex D5 91 13 0 20 5B 10 27 54 2D
Octal 325 221 23 0 40 133 20 47 124 55
Binary 11010101 10010001 10011 0 100000 1011011 10000 100111 1010100 101101

Color Harmonies of #D59113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59113

Black with #D59113

Text Example


Text Example

White with #D59113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59113; }

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

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

background-color css

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

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

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

border-color css

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

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

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