Html Css Color HEX #D5A521 Galliano

📋 copy color: '#D5A521'

red 213 ◦ green 165 ◦ blue 33

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

Shades of Galliano #D5A521

Tints of Galliano #D5A521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.03%

R = 51.82%
G = 40.15%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5A521 (or 0xD5A521) is known color: Galliano. HEX triplet: D5, A5 and 21. RGB value is (213,165,33). Sum of RGB (Red+Green+Blue) = 213+165+33=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A521 is #2A5ADE. Grayscale: #A4A4A4. Windows color (decimal): -2775775 or 2205141. OLE color: 2205141.

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

Color convert

RGB 213 165 33 -
CMYK 0 0.23 0.85 0.16
HSL 44º 0.73% 0.48% -
HSV(B) 44º 0.85% 0.84% -
XYZ 41.17 41.17 7.21 -
YUV 164.3 53.9 162.73 -
System Red Green Blue C M Y K H S L
Decimal 213 165 33 0 0.23 0.85 0.16 44 0.73 0.48
Hex D5 A5 21 0 17 55 10 2C 49 30
Octal 325 245 41 0 27 125 20 54 111 60
Binary 11010101 10100101 100001 0 10111 1010101 10000 101100 1001001 110000

Color Harmonies of #D5A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A521

Black with #D5A521

Text Example


Text Example

White with #D5A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A521; }

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

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

background-color css

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

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

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

border-color css

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

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

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