Html Css Color HEX #D5A31F Galliano

📋 copy color: '#D5A31F'

red 213 ◦ green 163 ◦ blue 31

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

Shades of Galliano #D5A31F

Tints of Galliano #D5A31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.62%

R = 52.33%
G = 40.05%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5A31F (or 0xD5A31F) is known color: Galliano. HEX triplet: D5, A3 and 1F. RGB value is (213,163,31). Sum of RGB (Red+Green+Blue) = 213+163+31=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A31F is #2A5CE0. Grayscale: #A3A3A3. Windows color (decimal): -2776289 or 2073557. OLE color: 2073557.

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

Color convert

RGB 213 163 31 -
CMYK 0 0.23 0.85 0.16
HSL 43.52º 0.75% 0.48% -
HSV(B) 43.52º 0.85% 0.84% -
XYZ 40.79 40.44 6.95 -
YUV 162.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 213 163 31 0 0.23 0.85 0.16 43.52 0.75 0.48
Hex D5 A3 1F 0 17 55 10 2C 4B 30
Octal 325 243 37 0 27 125 20 54 113 60
Binary 11010101 10100011 11111 0 10111 1010101 10000 101100 1001011 110000

Color Harmonies of #D5A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A31F

Black with #D5A31F

Text Example


Text Example

White with #D5A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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