Html Css Color HEX #D5A528 Galliano

📋 copy color: '#D5A528'

red 213 ◦ green 165 ◦ blue 40

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

Shades of Galliano #D5A528

Tints of Galliano #D5A528

RGB

 RED value IS 213 (83.59% from 255) = 50.96%

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

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

R = 50.96%
G = 39.47%
B = 9.57%

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

#D5A528 (or 0xD5A528) is known color: Galliano. HEX triplet: D5, A5 and 28. RGB value is (213,165,40). Sum of RGB (Red+Green+Blue) = 213+165+40=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A528 is #2A5AD7. Grayscale: #A5A5A5. Windows color (decimal): -2775768 or 2663893. OLE color: 2663893.

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

Color convert

RGB 213 165 40 -
CMYK 0 0.23 0.81 0.16
HSL 43.35º 0.68% 0.5% -
HSV(B) 43.35º 0.81% 0.84% -
XYZ 41.28 41.21 7.79 -
YUV 165.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 213 165 40 0 0.23 0.81 0.16 43.35 0.68 0.5
Hex D5 A5 28 0 17 51 10 2B 44 32
Octal 325 245 50 0 27 121 20 53 104 62
Binary 11010101 10100101 101000 0 10111 1010001 10000 101011 1000100 110010

Color Harmonies of #D5A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A528

Black with #D5A528

Text Example


Text Example

White with #D5A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A528; }

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

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

background-color css

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

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

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

border-color css

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

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

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