Html Css Color HEX #D8A728 Galliano

📋 copy color: '#D8A728'

red 216 ◦ green 167 ◦ blue 40

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

Shades of Galliano #D8A728

Tints of Galliano #D8A728

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.48%

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

R = 51.06%
G = 39.48%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8A728 (or 0xD8A728) is known color: Galliano. HEX triplet: D8, A7 and 28. RGB value is (216,167,40). Sum of RGB (Red+Green+Blue) = 216+167+40=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A728 is #2758D7. Grayscale: #A7A7A7. Windows color (decimal): -2578648 or 2664408. OLE color: 2664408.

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

Color convert

RGB 216 167 40 -
CMYK 0 0.23 0.81 0.15
HSL 43.3º 0.69% 0.5% -
HSV(B) 43.3º 0.81% 0.85% -
XYZ 42.52 42.39 7.95 -
YUV 167.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 216 167 40 0 0.23 0.81 0.15 43.3 0.69 0.5
Hex D8 A7 28 0 17 51 F 2B 45 32
Octal 330 247 50 0 27 121 17 53 105 62
Binary 11011000 10100111 101000 0 10111 1010001 1111 101011 1000101 110010

Color Harmonies of #D8A728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A728

Black with #D8A728

Text Example


Text Example

White with #D8A728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A728; }

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

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

background-color css

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

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

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

border-color css

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

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

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