Html Css Color HEX #D8A328 Galliano

📋 copy color: '#D8A328'

red 216 ◦ green 163 ◦ blue 40

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

Shades of Galliano #D8A328

Tints of Galliano #D8A328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

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

R = 51.55%
G = 38.9%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8A328 (or 0xD8A328) is known color: Galliano. HEX triplet: D8, A3 and 28. RGB value is (216,163,40). Sum of RGB (Red+Green+Blue) = 216+163+40=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A328 is #275CD7. Grayscale: #A5A5A5. Windows color (decimal): -2579672 or 2663384. OLE color: 2663384.

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

Color convert

RGB 216 163 40 -
CMYK 0 0.25 0.81 0.15
HSL 41.93º 0.69% 0.5% -
HSV(B) 41.93º 0.81% 0.85% -
XYZ 41.8 40.95 7.71 -
YUV 164.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 216 163 40 0 0.25 0.81 0.15 41.93 0.69 0.5
Hex D8 A3 28 0 19 51 F 2A 45 32
Octal 330 243 50 0 31 121 17 52 105 62
Binary 11011000 10100011 101000 0 11001 1010001 1111 101010 1000101 110010

Color Harmonies of #D8A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A328

Black with #D8A328

Text Example


Text Example

White with #D8A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A328; }

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

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

background-color css

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

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

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

border-color css

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

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

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