Html Css Color HEX #D59115 Gamboge

📋 copy color: '#D59115'

red 213 ◦ green 145 ◦ blue 21

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

Shades of Gamboge #D59115

Tints of Gamboge #D59115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 56.2%
G = 38.26%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D59115 (or 0xD59115) is known color: Gamboge. HEX triplet: D5, 91 and 15. RGB value is (213,145,21). Sum of RGB (Red+Green+Blue) = 213+145+21=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D59115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59115 is #2A6EEA. Grayscale: #979797. Windows color (decimal): -2780907 or 1413589. OLE color: 1413589.

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

Color convert

RGB 213 145 21 -
CMYK 0 0.32 0.90 0.16
HSL 38.75º 0.82% 0.46% -
HSV(B) 38.75º 0.9% 0.84% -
XYZ 37.7 34.45 5.37 -
YUV 151.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 213 145 21 0 0.32 0.90 0.16 38.75 0.82 0.46
Hex D5 91 15 0 20 5A 10 27 52 2E
Octal 325 221 25 0 40 132 20 47 122 56
Binary 11010101 10010001 10101 0 100000 1011010 10000 100111 1010010 101110

Color Harmonies of #D59115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59115

Black with #D59115

Text Example


Text Example

White with #D59115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59115; }

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

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

background-color css

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

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

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

border-color css

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

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

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