Html Css Color HEX #D59A1C Galliano

📋 copy color: '#D59A1C'

red 213 ◦ green 154 ◦ blue 28

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

Shades of Galliano #D59A1C

Tints of Galliano #D59A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.99%

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

R = 53.92%
G = 38.99%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D59A1C (or 0xD59A1C) is known color: Galliano. HEX triplet: D5, 9A and 1C. RGB value is (213,154,28). Sum of RGB (Red+Green+Blue) = 213+154+28=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A1C is #2A65E3. Grayscale: #9D9D9D. Windows color (decimal): -2778596 or 1874645. OLE color: 1874645.

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

Color convert

RGB 213 154 28 -
CMYK 0 0.28 0.87 0.16
HSL 40.86º 0.77% 0.47% -
HSV(B) 40.86º 0.87% 0.84% -
XYZ 39.21 37.34 6.24 -
YUV 157.28 55.05 167.75 -
System Red Green Blue C M Y K H S L
Decimal 213 154 28 0 0.28 0.87 0.16 40.86 0.77 0.47
Hex D5 9A 1C 0 1C 57 10 29 4D 2F
Octal 325 232 34 0 34 127 20 51 115 57
Binary 11010101 10011010 11100 0 11100 1010111 10000 101001 1001101 101111

Color Harmonies of #D59A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A1C

Black with #D59A1C

Text Example


Text Example

White with #D59A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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