Html Css Color HEX #D59116 Gamboge

📋 copy color: '#D59116'

red 213 ◦ green 145 ◦ blue 22

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

Shades of Gamboge #D59116

Tints of Gamboge #D59116

RGB

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

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

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

R = 56.05%
G = 38.16%
B = 5.79%

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

#D59116 (or 0xD59116) is known color: Gamboge. HEX triplet: D5, 91 and 16. RGB value is (213,145,22). Sum of RGB (Red+Green+Blue) = 213+145+22=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D59116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59116 is #2A6EE9. Grayscale: #979797. Windows color (decimal): -2780906 or 1479125. OLE color: 1479125.

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

Color convert

RGB 213 145 22 -
CMYK 0 0.32 0.90 0.16
HSL 38.64º 0.81% 0.46% -
HSV(B) 38.64º 0.9% 0.84% -
XYZ 37.71 34.45 5.42 -
YUV 151.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 213 145 22 0 0.32 0.90 0.16 38.64 0.81 0.46
Hex D5 91 16 0 20 5A 10 27 51 2E
Octal 325 221 26 0 40 132 20 47 121 56
Binary 11010101 10010001 10110 0 100000 1011010 10000 100111 1010001 101110

Color Harmonies of #D59116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59116

Black with #D59116

Text Example


Text Example

White with #D59116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59116; }

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

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

background-color css

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

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

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

border-color css

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

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

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