Html Css Color HEX #D5A31E Galliano

📋 copy color: '#D5A31E'

red 213 ◦ green 163 ◦ blue 30

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

Shades of Galliano #D5A31E

Tints of Galliano #D5A31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.39%

R = 52.46%
G = 40.15%
B = 7.39%

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

#D5A31E (or 0xD5A31E) is known color: Galliano. HEX triplet: D5, A3 and 1E. RGB value is (213,163,30). Sum of RGB (Red+Green+Blue) = 213+163+30=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A31E is #2A5CE1. Grayscale: #A3A3A3. Windows color (decimal): -2776290 or 2008021. OLE color: 2008021.

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

Color convert

RGB 213 163 30 -
CMYK 0 0.23 0.86 0.16
HSL 43.61º 0.75% 0.48% -
HSV(B) 43.61º 0.86% 0.84% -
XYZ 40.77 40.43 6.88 -
YUV 162.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 213 163 30 0 0.23 0.86 0.16 43.61 0.75 0.48
Hex D5 A3 1E 0 17 56 10 2C 4B 30
Octal 325 243 36 0 27 126 20 54 113 60
Binary 11010101 10100011 11110 0 10111 1010110 10000 101100 1001011 110000

Color Harmonies of #D5A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A31E

Black with #D5A31E

Text Example


Text Example

White with #D5A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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