Html Css Color HEX #D59610 Gamboge

📋 copy color: '#D59610'

red 213 ◦ green 150 ◦ blue 16

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

Shades of Gamboge #D59610

Tints of Gamboge #D59610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

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

R = 56.2%
G = 39.58%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59610 (or 0xD59610) is known color: Gamboge. HEX triplet: D5, 96 and 10. RGB value is (213,150,16). Sum of RGB (Red+Green+Blue) = 213+150+16=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D59610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59610 is #2A69EF. Grayscale: #9A9A9A. Windows color (decimal): -2779632 or 1087189. OLE color: 1087189.

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

Color convert

RGB 213 150 16 -
CMYK 0 0.30 0.92 0.16
HSL 40.81º 0.86% 0.45% -
HSV(B) 40.81º 0.92% 0.84% -
XYZ 38.44 36 5.41 -
YUV 153.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 213 150 16 0 0.30 0.92 0.16 40.81 0.86 0.45
Hex D5 96 10 0 1E 5C 10 29 56 2D
Octal 325 226 20 0 36 134 20 51 126 55
Binary 11010101 10010110 10000 0 11110 1011100 10000 101001 1010110 101101

Color Harmonies of #D59610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59610

Black with #D59610

Text Example


Text Example

White with #D59610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59610; }

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

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

background-color css

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

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

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

border-color css

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

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

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