Html Css Color HEX #D4AD29 Galliano

📋 copy color: '#D4AD29'

red 212 ◦ green 173 ◦ blue 41

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

Shades of Galliano #D4AD29

Tints of Galliano #D4AD29

RGB

 RED value IS 212 (83.2% from 255) = 49.77%

 GREEN value IS 173 (67.97% from 255) = 40.61%

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

R = 49.77%
G = 40.61%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D4AD29 (or 0xD4AD29) is known color: Galliano. HEX triplet: D4, AD and 29. RGB value is (212,173,41). Sum of RGB (Red+Green+Blue) = 212+173+41=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD29 is #2B52D6. Grayscale: #AAAAAA. Windows color (decimal): -2839255 or 2731476. OLE color: 2731476.

HSL color Cylindrical-coordinate representation of color #D4AD29: hue angle of 46.32º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4AD29 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 41 -
CMYK 0 0.18 0.81 0.17
HSL 46.32º 0.68% 0.5% -
HSV(B) 46.32º 0.81% 0.83% -
XYZ 42.5 44.04 8.36 -
YUV 169.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 212 173 41 0 0.18 0.81 0.17 46.32 0.68 0.5
Hex D4 AD 29 0 12 51 11 2E 44 32
Octal 324 255 51 0 22 121 21 56 104 62
Binary 11010100 10101101 101001 0 10010 1010001 10001 101110 1000100 110010

Color Harmonies of #D4AD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD29

Black with #D4AD29

Text Example


Text Example

White with #D4AD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD29; }

 p { color: rgb(212,173,41); }

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

background-color css

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

 a { background-color: rgb(212,173,41); }

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

border-color css

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

 span { border-color: rgb(212,173,41); }

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