Html Css Color HEX #D5A829 Galliano

📋 copy color: '#D5A829'

red 213 ◦ green 168 ◦ blue 41

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

Shades of Galliano #D5A829

Tints of Galliano #D5A829

RGB

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

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

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

R = 50.47%
G = 39.81%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5A829 (or 0xD5A829) is known color: Galliano. HEX triplet: D5, A8 and 29. RGB value is (213,168,41). Sum of RGB (Red+Green+Blue) = 213+168+41=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A829 is #2A57D6. Grayscale: #A7A7A7. Windows color (decimal): -2774999 or 2730197. OLE color: 2730197.

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

Color convert

RGB 213 168 41 -
CMYK 0 0.21 0.81 0.16
HSL 44.3º 0.68% 0.5% -
HSV(B) 44.3º 0.81% 0.84% -
XYZ 41.84 42.31 8.06 -
YUV 166.98 56.91 160.83 -
System Red Green Blue C M Y K H S L
Decimal 213 168 41 0 0.21 0.81 0.16 44.3 0.68 0.5
Hex D5 A8 29 0 15 51 10 2C 44 32
Octal 325 250 51 0 25 121 20 54 104 62
Binary 11010101 10101000 101001 0 10101 1010001 10000 101100 1000100 110010

Color Harmonies of #D5A829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A829

Black with #D5A829

Text Example


Text Example

White with #D5A829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A829; }

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

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

background-color css

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

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

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

border-color css

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

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

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