Html Css Color HEX #D59C10 Gamboge

📋 copy color: '#D59C10'

red 213 ◦ green 156 ◦ blue 16

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

Shades of Gamboge #D59C10

Tints of Gamboge #D59C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

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

R = 55.32%
G = 40.52%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59C10 (or 0xD59C10) is known color: Gamboge. HEX triplet: D5, 9C and 10. RGB value is (213,156,16). Sum of RGB (Red+Green+Blue) = 213+156+16=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59C10 is #2A63EF. Grayscale: #9D9D9D. Windows color (decimal): -2778096 or 1088725. OLE color: 1088725.

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

Color convert

RGB 213 156 16 -
CMYK 0 0.27 0.92 0.16
HSL 42.64º 0.86% 0.45% -
HSV(B) 42.64º 0.92% 0.84% -
XYZ 39.42 37.96 5.74 -
YUV 157.08 48.38 167.88 -
System Red Green Blue C M Y K H S L
Decimal 213 156 16 0 0.27 0.92 0.16 42.64 0.86 0.45
Hex D5 9C 10 0 1B 5C 10 2B 56 2D
Octal 325 234 20 0 33 134 20 53 126 55
Binary 11010101 10011100 10000 0 11011 1011100 10000 101011 1010110 101101

Color Harmonies of #D59C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C10

Black with #D59C10

Text Example


Text Example

White with #D59C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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