Html Css Color HEX #D5AA2D Galliano

📋 copy color: '#D5AA2D'

red 213 ◦ green 170 ◦ blue 45

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

Shades of Galliano #D5AA2D

Tints of Galliano #D5AA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.72%

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

R = 49.77%
G = 39.72%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5AA2D (or 0xD5AA2D) is known color: Galliano. HEX triplet: D5, AA and 2D. RGB value is (213,170,45). Sum of RGB (Red+Green+Blue) = 213+170+45=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AA2D is #2A55D2. Grayscale: #A9A9A9. Windows color (decimal): -2774483 or 2992853. OLE color: 2992853.

HSL color Cylindrical-coordinate representation of color #D5AA2D: hue angle of 44.64º 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 #D5AA2D is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 45 -
CMYK 0 0.20 0.79 0.16
HSL 44.64º 0.67% 0.51% -
HSV(B) 44.64º 0.79% 0.84% -
XYZ 42.29 43.09 8.57 -
YUV 168.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 213 170 45 0 0.20 0.79 0.16 44.64 0.67 0.51
Hex D5 AA 2D 0 14 4F 10 2D 43 33
Octal 325 252 55 0 24 117 20 55 103 63
Binary 11010101 10101010 101101 0 10100 1001111 10000 101101 1000011 110011

Color Harmonies of #D5AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA2D

Black with #D5AA2D

Text Example


Text Example

White with #D5AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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