Html Css Color HEX #D3A42E Galliano

📋 copy color: '#D3A42E'

red 211 ◦ green 164 ◦ blue 46

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

Shades of Galliano #D3A42E

Tints of Galliano #D3A42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.93%

R = 50.12%
G = 38.95%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3A42E (or 0xD3A42E) is known color: Galliano. HEX triplet: D3, A4 and 2E. RGB value is (211,164,46). Sum of RGB (Red+Green+Blue) = 211+164+46=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A42E is #2C5BD1. Grayscale: #A5A5A5. Windows color (decimal): -2907090 or 3056851. OLE color: 3056851.

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

Color convert

RGB 211 164 46 -
CMYK 0 0.22 0.78 0.17
HSL 42.91º 0.65% 0.5% -
HSV(B) 42.91º 0.78% 0.83% -
XYZ 40.63 40.6 8.28 -
YUV 164.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 211 164 46 0 0.22 0.78 0.17 42.91 0.65 0.5
Hex D3 A4 2E 0 16 4E 11 2B 41 32
Octal 323 244 56 0 26 116 21 53 101 62
Binary 11010011 10100100 101110 0 10110 1001110 10001 101011 1000001 110010

Color Harmonies of #D3A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A42E

Black with #D3A42E

Text Example


Text Example

White with #D3A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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