Html Css Color HEX #D1A42B Galliano

📋 copy color: '#D1A42B'

red 209 ◦ green 164 ◦ blue 43

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

Shades of Galliano #D1A42B

Tints of Galliano #D1A42B

RGB

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

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

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

R = 50.24%
G = 39.42%
B = 10.34%

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

#D1A42B (or 0xD1A42B) is known color: Galliano. HEX triplet: D1, A4 and 2B. RGB value is (209,164,43). Sum of RGB (Red+Green+Blue) = 209+164+43=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A42B is #2E5BD4. Grayscale: #A4A4A4. Windows color (decimal): -3038165 or 2860241. OLE color: 2860241.

HSL color Cylindrical-coordinate representation of color #D1A42B: hue angle of 43.73º 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 #D1A42B is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 43 -
CMYK 0 0.22 0.79 0.18
HSL 43.73º 0.66% 0.49% -
HSV(B) 43.73º 0.79% 0.82% -
XYZ 40.01 40.28 7.95 -
YUV 163.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 209 164 43 0 0.22 0.79 0.18 43.73 0.66 0.49
Hex D1 A4 2B 0 16 4F 12 2C 42 31
Octal 321 244 53 0 26 117 22 54 102 61
Binary 11010001 10100100 101011 0 10110 1001111 10010 101100 1000010 110001

Color Harmonies of #D1A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A42B

Black with #D1A42B

Text Example


Text Example

White with #D1A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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