Html Css Color HEX #D59A14 Gamboge

📋 copy color: '#D59A14'

red 213 ◦ green 154 ◦ blue 20

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

Shades of Gamboge #D59A14

Tints of Gamboge #D59A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 55.04%
G = 39.79%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D59A14 (or 0xD59A14) is known color: Gamboge. HEX triplet: D5, 9A and 14. RGB value is (213,154,20). Sum of RGB (Red+Green+Blue) = 213+154+20=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59A14 is #2A65EB. Grayscale: #9C9C9C. Windows color (decimal): -2778604 or 1350357. OLE color: 1350357.

HSL color Cylindrical-coordinate representation of color #D59A14: hue angle of 41.66º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D59A14 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 20 -
CMYK 0 0.28 0.91 0.16
HSL 41.66º 0.83% 0.46% -
HSV(B) 41.66º 0.91% 0.84% -
XYZ 39.12 37.31 5.8 -
YUV 156.37 51.05 168.4 -
System Red Green Blue C M Y K H S L
Decimal 213 154 20 0 0.28 0.91 0.16 41.66 0.83 0.46
Hex D5 9A 14 0 1C 5B 10 2A 53 2E
Octal 325 232 24 0 34 133 20 52 123 56
Binary 11010101 10011010 10100 0 11100 1011011 10000 101010 1010011 101110

Color Harmonies of #D59A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A14

Black with #D59A14

Text Example


Text Example

White with #D59A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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