Html Css Color HEX #D8A929 Galliano

📋 copy color: '#D8A929'

red 216 ◦ green 169 ◦ blue 41

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

Shades of Galliano #D8A929

Tints of Galliano #D8A929

RGB

 RED value IS 216 (84.77% from 255) = 50.7%

 GREEN value IS 169 (66.41% from 255) = 39.67%

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

R = 50.7%
G = 39.67%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8A929 (or 0xD8A929) is known color: Galliano. HEX triplet: D8, A9 and 29. RGB value is (216,169,41). Sum of RGB (Red+Green+Blue) = 216+169+41=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A929 is #2756D6. Grayscale: #A9A9A9. Windows color (decimal): -2578135 or 2730456. OLE color: 2730456.

HSL color Cylindrical-coordinate representation of color #D8A929: hue angle of 43.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8A929 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 41 -
CMYK 0 0.22 0.81 0.15
HSL 43.89º 0.69% 0.5% -
HSV(B) 43.89º 0.81% 0.85% -
XYZ 42.91 43.13 8.16 -
YUV 168.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 216 169 41 0 0.22 0.81 0.15 43.89 0.69 0.5
Hex D8 A9 29 0 16 51 F 2C 45 32
Octal 330 251 51 0 26 121 17 54 105 62
Binary 11011000 10101001 101001 0 10110 1010001 1111 101100 1000101 110010

Color Harmonies of #D8A929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A929

Black with #D8A929

Text Example


Text Example

White with #D8A929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A929; }

 p { color: rgb(216,169,41); }

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

background-color css

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

 a { background-color: rgb(216,169,41); }

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

border-color css

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

 span { border-color: rgb(216,169,41); }

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