Html Css Color HEX #D59F10 Gamboge

📋 copy color: '#D59F10'

red 213 ◦ green 159 ◦ blue 16

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

Shades of Gamboge #D59F10

Tints of Gamboge #D59F10

RGB

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

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

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

R = 54.9%
G = 40.98%
B = 4.12%

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

#D59F10 (or 0xD59F10) is known color: Gamboge. HEX triplet: D5, 9F and 10. RGB value is (213,159,16). Sum of RGB (Red+Green+Blue) = 213+159+16=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F10 is #2A60EF. Grayscale: #9F9F9F. Windows color (decimal): -2777328 or 1089493. OLE color: 1089493.

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

Color convert

RGB 213 159 16 -
CMYK 0 0.25 0.92 0.16
HSL 43.55º 0.86% 0.45% -
HSV(B) 43.55º 0.92% 0.84% -
XYZ 39.93 38.98 5.91 -
YUV 158.84 47.39 166.63 -
System Red Green Blue C M Y K H S L
Decimal 213 159 16 0 0.25 0.92 0.16 43.55 0.86 0.45
Hex D5 9F 10 0 19 5C 10 2C 56 2D
Octal 325 237 20 0 31 134 20 54 126 55
Binary 11010101 10011111 10000 0 11001 1011100 10000 101100 1010110 101101

Color Harmonies of #D59F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F10

Black with #D59F10

Text Example


Text Example

White with #D59F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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