Html Css Color HEX #D59710 Gamboge

📋 copy color: '#D59710'

red 213 ◦ green 151 ◦ blue 16

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

Shades of Gamboge #D59710

Tints of Gamboge #D59710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.74%

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

R = 56.05%
G = 39.74%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59710 (or 0xD59710) is known color: Gamboge. HEX triplet: D5, 97 and 10. RGB value is (213,151,16). Sum of RGB (Red+Green+Blue) = 213+151+16=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D59710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59710 is #2A68EF. Grayscale: #9A9A9A. Windows color (decimal): -2779376 or 1087445. OLE color: 1087445.

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

Color convert

RGB 213 151 16 -
CMYK 0 0.29 0.92 0.16
HSL 41.12º 0.86% 0.45% -
HSV(B) 41.12º 0.92% 0.84% -
XYZ 38.6 36.32 5.47 -
YUV 154.15 50.04 169.98 -
System Red Green Blue C M Y K H S L
Decimal 213 151 16 0 0.29 0.92 0.16 41.12 0.86 0.45
Hex D5 97 10 0 1D 5C 10 29 56 2D
Octal 325 227 20 0 35 134 20 51 126 55
Binary 11010101 10010111 10000 0 11101 1011100 10000 101001 1010110 101101

Color Harmonies of #D59710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59710

Black with #D59710

Text Example


Text Example

White with #D59710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59710; }

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

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

background-color css

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

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

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

border-color css

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

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

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