Html Css Color HEX #D5A41C Galliano

📋 copy color: '#D5A41C'

red 213 ◦ green 164 ◦ blue 28

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

Shades of Galliano #D5A41C

Tints of Galliano #D5A41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.49%

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

R = 52.59%
G = 40.49%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5A41C (or 0xD5A41C) is known color: Galliano. HEX triplet: D5, A4 and 1C. RGB value is (213,164,28). Sum of RGB (Red+Green+Blue) = 213+164+28=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A41C is #2A5BE3. Grayscale: #A3A3A3. Windows color (decimal): -2776036 or 1877205. OLE color: 1877205.

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

Color convert

RGB 213 164 28 -
CMYK 0 0.23 0.87 0.16
HSL 44.11º 0.77% 0.47% -
HSV(B) 44.11º 0.87% 0.84% -
XYZ 40.93 40.78 6.81 -
YUV 163.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 213 164 28 0 0.23 0.87 0.16 44.11 0.77 0.47
Hex D5 A4 1C 0 17 57 10 2C 4D 2F
Octal 325 244 34 0 27 127 20 54 115 57
Binary 11010101 10100100 11100 0 10111 1010111 10000 101100 1001101 101111

Color Harmonies of #D5A41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A41C

Black with #D5A41C

Text Example


Text Example

White with #D5A41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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