Html Css Color HEX #D7A729 Galliano

📋 copy color: '#D7A729'

red 215 ◦ green 167 ◦ blue 41

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

Shades of Galliano #D7A729

Tints of Galliano #D7A729

RGB

 RED value IS 215 (84.38% from 255) = 50.83%

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

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

R = 50.83%
G = 39.48%
B = 9.69%

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

#D7A729 (or 0xD7A729) is known color: Galliano. HEX triplet: D7, A7 and 29. RGB value is (215,167,41). Sum of RGB (Red+Green+Blue) = 215+167+41=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A729 is #2858D6. Grayscale: #A7A7A7. Windows color (decimal): -2644183 or 2729943. OLE color: 2729943.

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

Color convert

RGB 215 167 41 -
CMYK 0 0.22 0.81 0.16
HSL 43.45º 0.69% 0.5% -
HSV(B) 43.45º 0.81% 0.84% -
XYZ 42.24 42.24 8.03 -
YUV 166.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 215 167 41 0 0.22 0.81 0.16 43.45 0.69 0.5
Hex D7 A7 29 0 16 51 10 2B 45 32
Octal 327 247 51 0 26 121 20 53 105 62
Binary 11010111 10100111 101001 0 10110 1010001 10000 101011 1000101 110010

Color Harmonies of #D7A729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A729

Black with #D7A729

Text Example


Text Example

White with #D7A729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A729; }

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

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

background-color css

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

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

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

border-color css

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

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

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