Html Css Color HEX #D7A829 Galliano

📋 copy color: '#D7A829'

red 215 ◦ green 168 ◦ blue 41

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

Shades of Galliano #D7A829

Tints of Galliano #D7A829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

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

R = 50.71%
G = 39.62%
B = 9.67%

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

#D7A829 (or 0xD7A829) is known color: Galliano. HEX triplet: D7, A8 and 29. RGB value is (215,168,41). Sum of RGB (Red+Green+Blue) = 215+168+41=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A829 is #2857D6. Grayscale: #A8A8A8. Windows color (decimal): -2643927 or 2730199. OLE color: 2730199.

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

Color convert

RGB 215 168 41 -
CMYK 0 0.22 0.81 0.16
HSL 43.79º 0.69% 0.5% -
HSV(B) 43.79º 0.81% 0.84% -
XYZ 42.43 42.61 8.09 -
YUV 167.58 56.57 161.83 -
System Red Green Blue C M Y K H S L
Decimal 215 168 41 0 0.22 0.81 0.16 43.79 0.69 0.5
Hex D7 A8 29 0 16 51 10 2C 45 32
Octal 327 250 51 0 26 121 20 54 105 62
Binary 11010111 10101000 101001 0 10110 1010001 10000 101100 1000101 110010

Color Harmonies of #D7A829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A829

Black with #D7A829

Text Example


Text Example

White with #D7A829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A829; }

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

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

background-color css

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

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

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

border-color css

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

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

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