Html Css Color HEX #D59C17 Galliano

📋 copy color: '#D59C17'

red 213 ◦ green 156 ◦ blue 23

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

Shades of Galliano #D59C17

Tints of Galliano #D59C17

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

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

R = 54.34%
G = 39.8%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D59C17 (or 0xD59C17) is known color: Galliano. HEX triplet: D5, 9C and 17. RGB value is (213,156,23). Sum of RGB (Red+Green+Blue) = 213+156+23=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59C17 is #2A63E8. Grayscale: #9E9E9E. Windows color (decimal): -2778089 or 1547477. OLE color: 1547477.

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

Color convert

RGB 213 156 23 -
CMYK 0 0.27 0.89 0.16
HSL 42º 0.81% 0.46% -
HSV(B) 42º 0.89% 0.84% -
XYZ 39.48 37.98 6.06 -
YUV 157.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 213 156 23 0 0.27 0.89 0.16 42 0.81 0.46
Hex D5 9C 17 0 1B 59 10 2A 51 2E
Octal 325 234 27 0 33 131 20 52 121 56
Binary 11010101 10011100 10111 0 11011 1011001 10000 101010 1010001 101110

Color Harmonies of #D59C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C17

Black with #D59C17

Text Example


Text Example

White with #D59C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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