Html Css Color HEX #D8AB18 Galliano

📋 copy color: '#D8AB18'

red 216 ◦ green 171 ◦ blue 24

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

Shades of Galliano #D8AB18

Tints of Galliano #D8AB18

RGB

 RED value IS 216 (84.77% from 255) = 52.55%

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

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

R = 52.55%
G = 41.61%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8AB18 (or 0xD8AB18) is known color: Galliano. HEX triplet: D8, AB and 18. RGB value is (216,171,24). Sum of RGB (Red+Green+Blue) = 216+171+24=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB18 is #2754E7. Grayscale: #A8A8A8. Windows color (decimal): -2577640 or 1616856. OLE color: 1616856.

HSL color Cylindrical-coordinate representation of color #D8AB18: hue angle of 45.94º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8AB18 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 24 -
CMYK 0 0.21 0.89 0.15
HSL 45.94º 0.8% 0.47% -
HSV(B) 45.94º 0.89% 0.85% -
XYZ 43.05 43.79 7.05 -
YUV 167.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 216 171 24 0 0.21 0.89 0.15 45.94 0.8 0.47
Hex D8 AB 18 0 15 59 F 2E 50 2F
Octal 330 253 30 0 25 131 17 56 120 57
Binary 11011000 10101011 11000 0 10101 1011001 1111 101110 1010000 101111

Color Harmonies of #D8AB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB18

Black with #D8AB18

Text Example


Text Example

White with #D8AB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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