Html Css Color HEX #D5AB1F Galliano

📋 copy color: '#D5AB1F'

red 213 ◦ green 171 ◦ blue 31

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

Shades of Galliano #D5AB1F

Tints of Galliano #D5AB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

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

R = 51.33%
G = 41.2%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5AB1F (or 0xD5AB1F) is known color: Galliano. HEX triplet: D5, AB and 1F. RGB value is (213,171,31). Sum of RGB (Red+Green+Blue) = 213+171+31=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB1F is #2A54E0. Grayscale: #A8A8A8. Windows color (decimal): -2774241 or 2075605. OLE color: 2075605.

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

Color convert

RGB 213 171 31 -
CMYK 0 0.20 0.85 0.16
HSL 46.15º 0.75% 0.48% -
HSV(B) 46.15º 0.85% 0.84% -
XYZ 42.25 43.37 7.44 -
YUV 167.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 213 171 31 0 0.20 0.85 0.16 46.15 0.75 0.48
Hex D5 AB 1F 0 14 55 10 2E 4B 30
Octal 325 253 37 0 24 125 20 56 113 60
Binary 11010101 10101011 11111 0 10100 1010101 10000 101110 1001011 110000

Color Harmonies of #D5AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB1F

Black with #D5AB1F

Text Example


Text Example

White with #D5AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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