Html Css Color HEX #D5AB18 Galliano

📋 copy color: '#D5AB18'

red 213 ◦ green 171 ◦ blue 24

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

Shades of Galliano #D5AB18

Tints of Galliano #D5AB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.88%

R = 52.21%
G = 41.91%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D5AB18 (or 0xD5AB18) is known color: Galliano. HEX triplet: D5, AB and 18. RGB value is (213,171,24). Sum of RGB (Red+Green+Blue) = 213+171+24=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AB18 is #2A54E7. Grayscale: #A7A7A7. Windows color (decimal): -2774248 or 1616853. OLE color: 1616853.

HSL color Cylindrical-coordinate representation of color #D5AB18: hue angle of 46.67º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5AB18 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 24 -
CMYK 0 0.20 0.89 0.16
HSL 46.67º 0.8% 0.46% -
HSV(B) 46.67º 0.89% 0.84% -
XYZ 42.17 43.34 7.01 -
YUV 166.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 213 171 24 0 0.20 0.89 0.16 46.67 0.8 0.46
Hex D5 AB 18 0 14 59 10 2F 50 2E
Octal 325 253 30 0 24 131 20 57 120 56
Binary 11010101 10101011 11000 0 10100 1011001 10000 101111 1010000 101110

Color Harmonies of #D5AB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB18

Black with #D5AB18

Text Example


Text Example

White with #D5AB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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