Html Css Color HEX #D5A31D Galliano

📋 copy color: '#D5A31D'

red 213 ◦ green 163 ◦ blue 29

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

Shades of Galliano #D5A31D

Tints of Galliano #D5A31D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

 BLUE value IS 29 (11.72% from 255) = 7.16%

R = 52.59%
G = 40.25%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5A31D (or 0xD5A31D) is known color: Galliano. HEX triplet: D5, A3 and 1D. RGB value is (213,163,29). Sum of RGB (Red+Green+Blue) = 213+163+29=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A31D is #2A5CE2. Grayscale: #A3A3A3. Windows color (decimal): -2776291 or 1942485. OLE color: 1942485.

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

Color convert

RGB 213 163 29 -
CMYK 0 0.23 0.86 0.16
HSL 43.7º 0.76% 0.47% -
HSV(B) 43.7º 0.86% 0.84% -
XYZ 40.76 40.43 6.82 -
YUV 162.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 213 163 29 0 0.23 0.86 0.16 43.7 0.76 0.47
Hex D5 A3 1D 0 17 56 10 2C 4C 2F
Octal 325 243 35 0 27 126 20 54 114 57
Binary 11010101 10100011 11101 0 10111 1010110 10000 101100 1001100 101111

Color Harmonies of #D5A31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A31D

Black with #D5A31D

Text Example


Text Example

White with #D5A31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A31D; }

 p { color: rgb(213,163,29); }

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

background-color css

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

 a { background-color: rgb(213,163,29); }

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

border-color css

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

 span { border-color: rgb(213,163,29); }

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