Html Css Color HEX #D59A10 Gamboge

📋 copy color: '#D59A10'

red 213 ◦ green 154 ◦ blue 16

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

Shades of Gamboge #D59A10

Tints of Gamboge #D59A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.21%

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

R = 55.61%
G = 40.21%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59A10 (or 0xD59A10) is known color: Gamboge. HEX triplet: D5, 9A and 10. RGB value is (213,154,16). Sum of RGB (Red+Green+Blue) = 213+154+16=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59A10 is #2A65EF. Grayscale: #9C9C9C. Windows color (decimal): -2778608 or 1088213. OLE color: 1088213.

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

Color convert

RGB 213 154 16 -
CMYK 0 0.28 0.92 0.16
HSL 42.03º 0.86% 0.45% -
HSV(B) 42.03º 0.92% 0.84% -
XYZ 39.09 37.29 5.63 -
YUV 155.91 49.05 168.72 -
System Red Green Blue C M Y K H S L
Decimal 213 154 16 0 0.28 0.92 0.16 42.03 0.86 0.45
Hex D5 9A 10 0 1C 5C 10 2A 56 2D
Octal 325 232 20 0 34 134 20 52 126 55
Binary 11010101 10011010 10000 0 11100 1011100 10000 101010 1010110 101101

Color Harmonies of #D59A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A10

Black with #D59A10

Text Example


Text Example

White with #D59A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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