Html Css Color HEX #D7A528 Galliano

📋 copy color: '#D7A528'

red 215 ◦ green 165 ◦ blue 40

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

Shades of Galliano #D7A528

Tints of Galliano #D7A528

RGB

 RED value IS 215 (84.38% from 255) = 51.19%

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

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

R = 51.19%
G = 39.29%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D7A528 (or 0xD7A528) is known color: Galliano. HEX triplet: D7, A5 and 28. RGB value is (215,165,40). Sum of RGB (Red+Green+Blue) = 215+165+40=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A528 is #285AD7. Grayscale: #A6A6A6. Windows color (decimal): -2644696 or 2663895. OLE color: 2663895.

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

Color convert

RGB 215 165 40 -
CMYK 0 0.23 0.81 0.16
HSL 42.86º 0.69% 0.5% -
HSV(B) 42.86º 0.81% 0.84% -
XYZ 41.86 41.51 7.81 -
YUV 165.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 215 165 40 0 0.23 0.81 0.16 42.86 0.69 0.5
Hex D7 A5 28 0 17 51 10 2B 45 32
Octal 327 245 50 0 27 121 20 53 105 62
Binary 11010111 10100101 101000 0 10111 1010001 10000 101011 1000101 110010

Color Harmonies of #D7A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A528

Black with #D7A528

Text Example


Text Example

White with #D7A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A528; }

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

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

background-color css

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

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

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

border-color css

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

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

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