Html Css Color HEX #D8A918 Galliano

📋 copy color: '#D8A918'

red 216 ◦ green 169 ◦ blue 24

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

Shades of Galliano #D8A918

Tints of Galliano #D8A918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.32%

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

R = 52.81%
G = 41.32%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8A918 (or 0xD8A918) is known color: Galliano. HEX triplet: D8, A9 and 18. RGB value is (216,169,24). Sum of RGB (Red+Green+Blue) = 216+169+24=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A918 is #2756E7. Grayscale: #A7A7A7. Windows color (decimal): -2578152 or 1616344. OLE color: 1616344.

HSL color Cylindrical-coordinate representation of color #D8A918: hue angle of 45.31º 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 #D8A918 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 24 -
CMYK 0 0.22 0.89 0.15
HSL 45.31º 0.8% 0.47% -
HSV(B) 45.31º 0.89% 0.85% -
XYZ 42.67 43.04 6.92 -
YUV 166.52 47.57 163.29 -
System Red Green Blue C M Y K H S L
Decimal 216 169 24 0 0.22 0.89 0.15 45.31 0.8 0.47
Hex D8 A9 18 0 16 59 F 2D 50 2F
Octal 330 251 30 0 26 131 17 55 120 57
Binary 11011000 10101001 11000 0 10110 1011001 1111 101101 1010000 101111

Color Harmonies of #D8A918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A918

Black with #D8A918

Text Example


Text Example

White with #D8A918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A918; }

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

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

background-color css

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

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

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

border-color css

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

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

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