Html Css Color HEX #D59A16 Gamboge

📋 copy color: '#D59A16'

red 213 ◦ green 154 ◦ blue 22

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

Shades of Gamboge #D59A16

Tints of Gamboge #D59A16

RGB

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

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

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

R = 54.76%
G = 39.59%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D59A16 (or 0xD59A16) is known color: Gamboge. HEX triplet: D5, 9A and 16. RGB value is (213,154,22). Sum of RGB (Red+Green+Blue) = 213+154+22=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59A16 is #2A65E9. Grayscale: #9D9D9D. Windows color (decimal): -2778602 or 1481429. OLE color: 1481429.

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

Color convert

RGB 213 154 22 -
CMYK 0 0.28 0.90 0.16
HSL 41.47º 0.81% 0.46% -
HSV(B) 41.47º 0.9% 0.84% -
XYZ 39.14 37.32 5.9 -
YUV 156.59 52.05 168.23 -
System Red Green Blue C M Y K H S L
Decimal 213 154 22 0 0.28 0.90 0.16 41.47 0.81 0.46
Hex D5 9A 16 0 1C 5A 10 29 51 2E
Octal 325 232 26 0 34 132 20 51 121 56
Binary 11010101 10011010 10110 0 11100 1011010 10000 101001 1010001 101110

Color Harmonies of #D59A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A16

Black with #D59A16

Text Example


Text Example

White with #D59A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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