Html Css Color HEX #D5A81F Galliano

📋 copy color: '#D5A81F'

red 213 ◦ green 168 ◦ blue 31

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

Shades of Galliano #D5A81F

Tints of Galliano #D5A81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.78%

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

R = 51.7%
G = 40.78%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5A81F (or 0xD5A81F) is known color: Galliano. HEX triplet: D5, A8 and 1F. RGB value is (213,168,31). Sum of RGB (Red+Green+Blue) = 213+168+31=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A81F is #2A57E0. Grayscale: #A6A6A6. Windows color (decimal): -2775009 or 2074837. OLE color: 2074837.

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

Color convert

RGB 213 168 31 -
CMYK 0 0.21 0.85 0.16
HSL 45.16º 0.75% 0.48% -
HSV(B) 45.16º 0.85% 0.84% -
XYZ 41.69 42.25 7.25 -
YUV 165.84 51.91 161.64 -
System Red Green Blue C M Y K H S L
Decimal 213 168 31 0 0.21 0.85 0.16 45.16 0.75 0.48
Hex D5 A8 1F 0 15 55 10 2D 4B 30
Octal 325 250 37 0 25 125 20 55 113 60
Binary 11010101 10101000 11111 0 10101 1010101 10000 101101 1001011 110000

Color Harmonies of #D5A81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A81F

Black with #D5A81F

Text Example


Text Example

White with #D5A81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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