Html Css Color HEX #D5A729 Galliano

📋 copy color: '#D5A729'

red 213 ◦ green 167 ◦ blue 41

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

Shades of Galliano #D5A729

Tints of Galliano #D5A729

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.67%

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

R = 50.59%
G = 39.67%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5A729 (or 0xD5A729) is known color: Galliano. HEX triplet: D5, A7 and 29. RGB value is (213,167,41). Sum of RGB (Red+Green+Blue) = 213+167+41=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A729 is #2A58D6. Grayscale: #A6A6A6. Windows color (decimal): -2775255 or 2729941. OLE color: 2729941.

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

Color convert

RGB 213 167 41 -
CMYK 0 0.22 0.81 0.16
HSL 43.95º 0.68% 0.5% -
HSV(B) 43.95º 0.81% 0.84% -
XYZ 41.66 41.94 8 -
YUV 166.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 213 167 41 0 0.22 0.81 0.16 43.95 0.68 0.5
Hex D5 A7 29 0 16 51 10 2C 44 32
Octal 325 247 51 0 26 121 20 54 104 62
Binary 11010101 10100111 101001 0 10110 1010001 10000 101100 1000100 110010

Color Harmonies of #D5A729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A729

Black with #D5A729

Text Example


Text Example

White with #D5A729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A729; }

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

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

background-color css

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

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

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

border-color css

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

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

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