Html Css Color HEX #D59F11 Gamboge

📋 copy color: '#D59F11'

red 213 ◦ green 159 ◦ blue 17

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

Shades of Gamboge #D59F11

Tints of Gamboge #D59F11

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.87%

 BLUE value IS 17 (7.03% from 255) = 4.37%

R = 54.76%
G = 40.87%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59F11 (or 0xD59F11) is known color: Gamboge. HEX triplet: D5, 9F and 11. RGB value is (213,159,17). Sum of RGB (Red+Green+Blue) = 213+159+17=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F11 is #2A60EE. Grayscale: #9F9F9F. Windows color (decimal): -2777327 or 1155029. OLE color: 1155029.

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

Color convert

RGB 213 159 17 -
CMYK 0 0.25 0.92 0.16
HSL 43.47º 0.85% 0.45% -
HSV(B) 43.47º 0.92% 0.84% -
XYZ 39.94 38.98 5.95 -
YUV 158.96 47.89 166.55 -
System Red Green Blue C M Y K H S L
Decimal 213 159 17 0 0.25 0.92 0.16 43.47 0.85 0.45
Hex D5 9F 11 0 19 5C 10 2B 55 2D
Octal 325 237 21 0 31 134 20 53 125 55
Binary 11010101 10011111 10001 0 11001 1011100 10000 101011 1010101 101101

Color Harmonies of #D59F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F11

Black with #D59F11

Text Example


Text Example

White with #D59F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F11; }

 p { color: rgb(213,159,17); }

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

background-color css

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

 a { background-color: rgb(213,159,17); }

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

border-color css

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

 span { border-color: rgb(213,159,17); }

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