Html Css Color HEX #D5A129 Galliano

📋 copy color: '#D5A129'

red 213 ◦ green 161 ◦ blue 41

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

Shades of Galliano #D5A129

Tints of Galliano #D5A129

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 51.33%
G = 38.8%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5A129 (or 0xD5A129) is known color: Galliano. HEX triplet: D5, A1 and 29. RGB value is (213,161,41). Sum of RGB (Red+Green+Blue) = 213+161+41=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A129 is #2A5ED6. Grayscale: #A3A3A3. Windows color (decimal): -2776791 or 2728405. OLE color: 2728405.

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

Color convert

RGB 213 161 41 -
CMYK 0 0.24 0.81 0.16
HSL 41.86º 0.68% 0.5% -
HSV(B) 41.86º 0.81% 0.84% -
XYZ 40.59 39.8 7.64 -
YUV 162.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 213 161 41 0 0.24 0.81 0.16 41.86 0.68 0.5
Hex D5 A1 29 0 18 51 10 2A 44 32
Octal 325 241 51 0 30 121 20 52 104 62
Binary 11010101 10100001 101001 0 11000 1010001 10000 101010 1000100 110010

Color Harmonies of #D5A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A129

Black with #D5A129

Text Example


Text Example

White with #D5A129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A129; }

 p { color: rgb(213,161,41); }

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

background-color css

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

 a { background-color: rgb(213,161,41); }

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

border-color css

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

 span { border-color: rgb(213,161,41); }

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