Html Css Color HEX #D59417 Gamboge

📋 copy color: '#D59417'

red 213 ◦ green 148 ◦ blue 23

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

Shades of Gamboge #D59417

Tints of Gamboge #D59417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

 BLUE value IS 23 (9.38% from 255) = 5.99%

R = 55.47%
G = 38.54%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D59417 (or 0xD59417) is known color: Gamboge. HEX triplet: D5, 94 and 17. RGB value is (213,148,23). Sum of RGB (Red+Green+Blue) = 213+148+23=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D59417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59417 is #2A6BE8. Grayscale: #999999. Windows color (decimal): -2780137 or 1545429. OLE color: 1545429.

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

Color convert

RGB 213 148 23 -
CMYK 0 0.31 0.89 0.16
HSL 39.47º 0.81% 0.46% -
HSV(B) 39.47º 0.89% 0.84% -
XYZ 38.19 35.39 5.63 -
YUV 153.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 213 148 23 0 0.31 0.89 0.16 39.47 0.81 0.46
Hex D5 94 17 0 1F 59 10 27 51 2E
Octal 325 224 27 0 37 131 20 47 121 56
Binary 11010101 10010100 10111 0 11111 1011001 10000 100111 1010001 101110

Color Harmonies of #D59417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59417

Black with #D59417

Text Example


Text Example

White with #D59417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59417; }

 p { color: rgb(213,148,23); }

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

background-color css

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

 a { background-color: rgb(213,148,23); }

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

border-color css

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

 span { border-color: rgb(213,148,23); }

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