Html Css Color HEX #D4A729 Galliano

📋 copy color: '#D4A729'

red 212 ◦ green 167 ◦ blue 41

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

Shades of Galliano #D4A729

Tints of Galliano #D4A729

RGB

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

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

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

R = 50.48%
G = 39.76%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D4A729 (or 0xD4A729) is known color: Galliano. HEX triplet: D4, A7 and 29. RGB value is (212,167,41). Sum of RGB (Red+Green+Blue) = 212+167+41=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A729 is #2B58D6. Grayscale: #A6A6A6. Windows color (decimal): -2840791 or 2729940. OLE color: 2729940.

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

Color convert

RGB 212 167 41 -
CMYK 0 0.21 0.81 0.17
HSL 44.21º 0.68% 0.5% -
HSV(B) 44.21º 0.81% 0.83% -
XYZ 41.37 41.79 7.98 -
YUV 166.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 212 167 41 0 0.21 0.81 0.17 44.21 0.68 0.5
Hex D4 A7 29 0 15 51 11 2C 44 32
Octal 324 247 51 0 25 121 21 54 104 62
Binary 11010100 10100111 101001 0 10101 1010001 10001 101100 1000100 110010

Color Harmonies of #D4A729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A729

Black with #D4A729

Text Example


Text Example

White with #D4A729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A729; }

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

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

background-color css

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

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

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

border-color css

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

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

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