Html Css Color HEX #D3A42C Galliano

📋 copy color: '#D3A42C'

red 211 ◦ green 164 ◦ blue 44

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

Shades of Galliano #D3A42C

Tints of Galliano #D3A42C

RGB

 RED value IS 211 (82.81% from 255) = 50.36%

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

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

R = 50.36%
G = 39.14%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3A42C (or 0xD3A42C) is known color: Galliano. HEX triplet: D3, A4 and 2C. RGB value is (211,164,44). Sum of RGB (Red+Green+Blue) = 211+164+44=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A42C is #2C5BD3. Grayscale: #A4A4A4. Windows color (decimal): -2907092 or 2925779. OLE color: 2925779.

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

Color convert

RGB 211 164 44 -
CMYK 0 0.22 0.79 0.17
HSL 43.11º 0.65% 0.5% -
HSV(B) 43.11º 0.79% 0.83% -
XYZ 40.59 40.58 8.08 -
YUV 164.37 60.07 161.26 -
System Red Green Blue C M Y K H S L
Decimal 211 164 44 0 0.22 0.79 0.17 43.11 0.65 0.5
Hex D3 A4 2C 0 16 4F 11 2B 41 32
Octal 323 244 54 0 26 117 21 53 101 62
Binary 11010011 10100100 101100 0 10110 1001111 10001 101011 1000001 110010

Color Harmonies of #D3A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A42C

Black with #D3A42C

Text Example


Text Example

White with #D3A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A42C; }

 p { color: rgb(211,164,44); }

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

background-color css

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

 a { background-color: rgb(211,164,44); }

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

border-color css

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

 span { border-color: rgb(211,164,44); }

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