Html Css Color HEX #D5A52D Galliano

📋 copy color: '#D5A52D'

red 213 ◦ green 165 ◦ blue 45

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

Shades of Galliano #D5A52D

Tints of Galliano #D5A52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.64%

R = 50.35%
G = 39.01%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5A52D (or 0xD5A52D) is known color: Galliano. HEX triplet: D5, A5 and 2D. RGB value is (213,165,45). Sum of RGB (Red+Green+Blue) = 213+165+45=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A52D is #2A5AD2. Grayscale: #A6A6A6. Windows color (decimal): -2775763 or 2991573. OLE color: 2991573.

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

Color convert

RGB 213 165 45 -
CMYK 0 0.23 0.79 0.16
HSL 42.86º 0.67% 0.51% -
HSV(B) 42.86º 0.79% 0.84% -
XYZ 41.37 41.25 8.26 -
YUV 165.67 59.9 161.76 -
System Red Green Blue C M Y K H S L
Decimal 213 165 45 0 0.23 0.79 0.16 42.86 0.67 0.51
Hex D5 A5 2D 0 17 4F 10 2B 43 33
Octal 325 245 55 0 27 117 20 53 103 63
Binary 11010101 10100101 101101 0 10111 1001111 10000 101011 1000011 110011

Color Harmonies of #D5A52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A52D

Black with #D5A52D

Text Example


Text Example

White with #D5A52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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