Html Css Color HEX #D1A02C Galliano

📋 copy color: '#D1A02C'

red 209 ◦ green 160 ◦ blue 44

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

Shades of Galliano #D1A02C

Tints of Galliano #D1A02C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 44 (17.58% from 255) = 10.65%

R = 50.61%
G = 38.74%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1A02C (or 0xD1A02C) is known color: Galliano. HEX triplet: D1, A0 and 2C. RGB value is (209,160,44). Sum of RGB (Red+Green+Blue) = 209+160+44=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A02C is #2E5FD3. Grayscale: #A1A1A1. Windows color (decimal): -3039188 or 2924753. OLE color: 2924753.

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

Color convert

RGB 209 160 44 -
CMYK 0 0.23 0.79 0.18
HSL 42.18º 0.65% 0.5% -
HSV(B) 42.18º 0.79% 0.82% -
XYZ 39.32 38.88 7.81 -
YUV 161.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 209 160 44 0 0.23 0.79 0.18 42.18 0.65 0.5
Hex D1 A0 2C 0 17 4F 12 2A 41 32
Octal 321 240 54 0 27 117 22 52 101 62
Binary 11010001 10100000 101100 0 10111 1001111 10010 101010 1000001 110010

Color Harmonies of #D1A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A02C

Black with #D1A02C

Text Example


Text Example

White with #D1A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A02C; }

 p { color: rgb(209,160,44); }

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

background-color css

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

 a { background-color: rgb(209,160,44); }

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

border-color css

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

 span { border-color: rgb(209,160,44); }

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