Html Css Color HEX #D59310 Gamboge

📋 copy color: '#D59310'

red 213 ◦ green 147 ◦ blue 16

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

Shades of Gamboge #D59310

Tints of Gamboge #D59310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 56.65%
G = 39.1%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59310 (or 0xD59310) is known color: Gamboge. HEX triplet: D5, 93 and 10. RGB value is (213,147,16). Sum of RGB (Red+Green+Blue) = 213+147+16=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D59310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59310 is #2A6CEF. Grayscale: #989898. Windows color (decimal): -2780400 or 1086421. OLE color: 1086421.

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

Color convert

RGB 213 147 16 -
CMYK 0 0.31 0.92 0.16
HSL 39.9º 0.86% 0.45% -
HSV(B) 39.9º 0.92% 0.84% -
XYZ 37.97 35.05 5.25 -
YUV 151.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 213 147 16 0 0.31 0.92 0.16 39.9 0.86 0.45
Hex D5 93 10 0 1F 5C 10 28 56 2D
Octal 325 223 20 0 37 134 20 50 126 55
Binary 11010101 10010011 10000 0 11111 1011100 10000 101000 1010110 101101

Color Harmonies of #D59310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59310

Black with #D59310

Text Example


Text Example

White with #D59310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59310; }

 p { color: rgb(213,147,16); }

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

background-color css

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

 a { background-color: rgb(213,147,16); }

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

border-color css

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

 span { border-color: rgb(213,147,16); }

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