Html Css Color HEX #D1A32B Galliano

📋 copy color: '#D1A32B'

red 209 ◦ green 163 ◦ blue 43

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

Shades of Galliano #D1A32B

Tints of Galliano #D1A32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

 BLUE value IS 43 (17.19% from 255) = 10.36%

R = 50.36%
G = 39.28%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1A32B (or 0xD1A32B) is known color: Galliano. HEX triplet: D1, A3 and 2B. RGB value is (209,163,43). Sum of RGB (Red+Green+Blue) = 209+163+43=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A32B is #2E5CD4. Grayscale: #A3A3A3. Windows color (decimal): -3038421 or 2859985. OLE color: 2859985.

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

Color convert

RGB 209 163 43 -
CMYK 0 0.22 0.79 0.18
HSL 43.37º 0.66% 0.49% -
HSV(B) 43.37º 0.79% 0.82% -
XYZ 39.83 39.92 7.89 -
YUV 163.07 60.24 160.76 -
System Red Green Blue C M Y K H S L
Decimal 209 163 43 0 0.22 0.79 0.18 43.37 0.66 0.49
Hex D1 A3 2B 0 16 4F 12 2B 42 31
Octal 321 243 53 0 26 117 22 53 102 61
Binary 11010001 10100011 101011 0 10110 1001111 10010 101011 1000010 110001

Color Harmonies of #D1A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A32B

Black with #D1A32B

Text Example


Text Example

White with #D1A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A32B; }

 p { color: rgb(209,163,43); }

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

background-color css

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

 a { background-color: rgb(209,163,43); }

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

border-color css

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

 span { border-color: rgb(209,163,43); }

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