Html Css Color HEX #D59C16 Gamboge

📋 copy color: '#D59C16'

red 213 ◦ green 156 ◦ blue 22

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

Shades of Gamboge #D59C16

Tints of Gamboge #D59C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 54.48%
G = 39.9%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D59C16 (or 0xD59C16) is known color: Gamboge. HEX triplet: D5, 9C and 16. RGB value is (213,156,22). Sum of RGB (Red+Green+Blue) = 213+156+22=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59C16 is #2A63E9. Grayscale: #9E9E9E. Windows color (decimal): -2778090 or 1481941. OLE color: 1481941.

HSL color Cylindrical-coordinate representation of color #D59C16: hue angle of 42.09º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59C16 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 22 -
CMYK 0 0.27 0.90 0.16
HSL 42.09º 0.81% 0.46% -
HSV(B) 42.09º 0.9% 0.84% -
XYZ 39.47 37.98 6.01 -
YUV 157.77 51.38 167.4 -
System Red Green Blue C M Y K H S L
Decimal 213 156 22 0 0.27 0.90 0.16 42.09 0.81 0.46
Hex D5 9C 16 0 1B 5A 10 2A 51 2E
Octal 325 234 26 0 33 132 20 52 121 56
Binary 11010101 10011100 10110 0 11011 1011010 10000 101010 1010001 101110

Color Harmonies of #D59C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C16

Black with #D59C16

Text Example


Text Example

White with #D59C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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