Html Css Color HEX #D8A528 Galliano

📋 copy color: '#D8A528'

red 216 ◦ green 165 ◦ blue 40

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

Shades of Galliano #D8A528

Tints of Galliano #D8A528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 51.31%
G = 39.19%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8A528 (or 0xD8A528) is known color: Galliano. HEX triplet: D8, A5 and 28. RGB value is (216,165,40). Sum of RGB (Red+Green+Blue) = 216+165+40=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A528 is #275AD7. Grayscale: #A6A6A6. Windows color (decimal): -2579160 or 2663896. OLE color: 2663896.

HSL color Cylindrical-coordinate representation of color #D8A528: hue angle of 42.61º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8A528 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 40 -
CMYK 0 0.24 0.81 0.15
HSL 42.61º 0.69% 0.5% -
HSV(B) 42.61º 0.81% 0.85% -
XYZ 42.16 41.66 7.83 -
YUV 166 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 216 165 40 0 0.24 0.81 0.15 42.61 0.69 0.5
Hex D8 A5 28 0 18 51 F 2B 45 32
Octal 330 245 50 0 30 121 17 53 105 62
Binary 11011000 10100101 101000 0 11000 1010001 1111 101011 1000101 110010

Color Harmonies of #D8A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A528

Black with #D8A528

Text Example


Text Example

White with #D8A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A528; }

 p { color: rgb(216,165,40); }

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

background-color css

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

 a { background-color: rgb(216,165,40); }

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

border-color css

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

 span { border-color: rgb(216,165,40); }

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