Html Css Color HEX #D8AD2C Galliano

📋 copy color: '#D8AD2C'

red 216 ◦ green 173 ◦ blue 44

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

Shades of Galliano #D8AD2C

Tints of Galliano #D8AD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.95%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 49.88%
G = 39.95%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8AD2C (or 0xD8AD2C) is known color: Galliano. HEX triplet: D8, AD and 2C. RGB value is (216,173,44). Sum of RGB (Red+Green+Blue) = 216+173+44=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD2C is #2752D3. Grayscale: #ABABAB. Windows color (decimal): -2577108 or 2928088. OLE color: 2928088.

HSL color Cylindrical-coordinate representation of color #D8AD2C: hue angle of 45º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8AD2C is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 44 -
CMYK 0 0.20 0.80 0.15
HSL 45º 0.69% 0.51% -
HSV(B) 45º 0.8% 0.85% -
XYZ 43.72 44.67 8.7 -
YUV 171.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 216 173 44 0 0.20 0.80 0.15 45 0.69 0.51
Hex D8 AD 2C 0 14 50 F 2D 45 33
Octal 330 255 54 0 24 120 17 55 105 63
Binary 11011000 10101101 101100 0 10100 1010000 1111 101101 1000101 110011

Color Harmonies of #D8AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD2C

Black with #D8AD2C

Text Example


Text Example

White with #D8AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD2C; }

 p { color: rgb(216,173,44); }

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

background-color css

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

 a { background-color: rgb(216,173,44); }

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

border-color css

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

 span { border-color: rgb(216,173,44); }

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