Html Css Color HEX #D59D1C Galliano

📋 copy color: '#D59D1C'

red 213 ◦ green 157 ◦ blue 28

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

Shades of Galliano #D59D1C

Tints of Galliano #D59D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.45%

 BLUE value IS 28 (11.33% from 255) = 7.04%

R = 53.52%
G = 39.45%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D59D1C (or 0xD59D1C) is known color: Galliano. HEX triplet: D5, 9D and 1C. RGB value is (213,157,28). Sum of RGB (Red+Green+Blue) = 213+157+28=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D1C is #2A62E3. Grayscale: #9F9F9F. Windows color (decimal): -2777828 or 1875413. OLE color: 1875413.

HSL color Cylindrical-coordinate representation of color #D59D1C: hue angle of 41.84º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D59D1C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 28 -
CMYK 0 0.26 0.87 0.16
HSL 41.84º 0.77% 0.47% -
HSV(B) 41.84º 0.87% 0.84% -
XYZ 39.71 38.34 6.41 -
YUV 159.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 213 157 28 0 0.26 0.87 0.16 41.84 0.77 0.47
Hex D5 9D 1C 0 1A 57 10 2A 4D 2F
Octal 325 235 34 0 32 127 20 52 115 57
Binary 11010101 10011101 11100 0 11010 1010111 10000 101010 1001101 101111

Color Harmonies of #D59D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D1C

Black with #D59D1C

Text Example


Text Example

White with #D59D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D1C; }

 p { color: rgb(213,157,28); }

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

background-color css

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

 a { background-color: rgb(213,157,28); }

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

border-color css

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

 span { border-color: rgb(213,157,28); }

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