Html Css Color HEX #D1A42D Galliano

📋 copy color: '#D1A42D'

red 209 ◦ green 164 ◦ blue 45

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

Shades of Galliano #D1A42D

Tints of Galliano #D1A42D

RGB

 RED value IS 209 (82.03% from 255) = 50%

 GREEN value IS 164 (64.45% from 255) = 39.23%

 BLUE value IS 45 (17.97% from 255) = 10.77%

R = 50%
G = 39.23%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1A42D (or 0xD1A42D) is known color: Galliano. HEX triplet: D1, A4 and 2D. RGB value is (209,164,45). Sum of RGB (Red+Green+Blue) = 209+164+45=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A42D is #2E5BD2. Grayscale: #A4A4A4. Windows color (decimal): -3038163 or 2991313. OLE color: 2991313.

HSL color Cylindrical-coordinate representation of color #D1A42D: hue angle of 43.54º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1A42D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 45 -
CMYK 0 0.22 0.78 0.18
HSL 43.54º 0.65% 0.5% -
HSV(B) 43.54º 0.78% 0.82% -
XYZ 40.04 40.3 8.15 -
YUV 163.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 209 164 45 0 0.22 0.78 0.18 43.54 0.65 0.5
Hex D1 A4 2D 0 16 4E 12 2C 41 32
Octal 321 244 55 0 26 116 22 54 101 62
Binary 11010001 10100100 101101 0 10110 1001110 10010 101100 1000001 110010

Color Harmonies of #D1A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A42D

Black with #D1A42D

Text Example


Text Example

White with #D1A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A42D; }

 p { color: rgb(209,164,45); }

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

background-color css

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

 a { background-color: rgb(209,164,45); }

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

border-color css

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

 span { border-color: rgb(209,164,45); }

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