Html Css Color HEX #D5AB1D Galliano

📋 copy color: '#D5AB1D'

red 213 ◦ green 171 ◦ blue 29

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

Shades of Galliano #D5AB1D

Tints of Galliano #D5AB1D

RGB

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

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

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

R = 51.57%
G = 41.4%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5AB1D (or 0xD5AB1D) is known color: Galliano. HEX triplet: D5, AB and 1D. RGB value is (213,171,29). Sum of RGB (Red+Green+Blue) = 213+171+29=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB1D is #2A54E2. Grayscale: #A7A7A7. Windows color (decimal): -2774243 or 1944533. OLE color: 1944533.

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

Color convert

RGB 213 171 29 -
CMYK 0 0.20 0.86 0.16
HSL 46.3º 0.76% 0.47% -
HSV(B) 46.3º 0.86% 0.84% -
XYZ 42.23 43.36 7.31 -
YUV 167.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 213 171 29 0 0.20 0.86 0.16 46.3 0.76 0.47
Hex D5 AB 1D 0 14 56 10 2E 4C 2F
Octal 325 253 35 0 24 126 20 56 114 57
Binary 11010101 10101011 11101 0 10100 1010110 10000 101110 1001100 101111

Color Harmonies of #D5AB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB1D

Black with #D5AB1D

Text Example


Text Example

White with #D5AB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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