Html Css Color HEX #D3AB2A Galliano

📋 copy color: '#D3AB2A'

red 211 ◦ green 171 ◦ blue 42

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

Shades of Galliano #D3AB2A

Tints of Galliano #D3AB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 49.76%
G = 40.33%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3AB2A (or 0xD3AB2A) is known color: Galliano. HEX triplet: D3, AB and 2A. RGB value is (211,171,42). Sum of RGB (Red+Green+Blue) = 211+171+42=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AB2A is #2C54D5. Grayscale: #A8A8A8. Windows color (decimal): -2905302 or 2796499. OLE color: 2796499.

HSL color Cylindrical-coordinate representation of color #D3AB2A: hue angle of 45.8º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3AB2A is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 171 42 -
CMYK 0 0.19 0.80 0.17
HSL 45.8º 0.67% 0.5% -
HSV(B) 45.8º 0.8% 0.83% -
XYZ 41.84 43.14 8.31 -
YUV 168.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 211 171 42 0 0.19 0.80 0.17 45.8 0.67 0.5
Hex D3 AB 2A 0 13 50 11 2E 43 32
Octal 323 253 52 0 23 120 21 56 103 62
Binary 11010011 10101011 101010 0 10011 1010000 10001 101110 1000011 110010

Color Harmonies of #D3AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB2A

Black with #D3AB2A

Text Example


Text Example

White with #D3AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB2A; }

 p { color: rgb(211,171,42); }

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

background-color css

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

 a { background-color: rgb(211,171,42); }

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

border-color css

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

 span { border-color: rgb(211,171,42); }

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