Html Css Color HEX #D3AC1F Galliano

📋 copy color: '#D3AC1F'

red 211 ◦ green 172 ◦ blue 31

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

Shades of Galliano #D3AC1F

Tints of Galliano #D3AC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.55%

 BLUE value IS 31 (12.5% from 255) = 7.49%

R = 50.97%
G = 41.55%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D3AC1F (or 0xD3AC1F) is known color: Galliano. HEX triplet: D3, AC and 1F. RGB value is (211,172,31). Sum of RGB (Red+Green+Blue) = 211+172+31=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC1F is #2C53E0. Grayscale: #A8A8A8. Windows color (decimal): -2905057 or 2075859. OLE color: 2075859.

HSL color Cylindrical-coordinate representation of color #D3AC1F: hue angle of 47º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3AC1F is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 172 31 -
CMYK 0 0.18 0.85 0.17
HSL 47º 0.74% 0.47% -
HSV(B) 47º 0.85% 0.83% -
XYZ 41.86 43.45 7.48 -
YUV 167.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 211 172 31 0 0.18 0.85 0.17 47 0.74 0.47
Hex D3 AC 1F 0 12 55 11 2F 4A 2F
Octal 323 254 37 0 22 125 21 57 112 57
Binary 11010011 10101100 11111 0 10010 1010101 10001 101111 1001010 101111

Color Harmonies of #D3AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AC1F

Black with #D3AC1F

Text Example


Text Example

White with #D3AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AC1F; }

 p { color: rgb(211,172,31); }

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

background-color css

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

 a { background-color: rgb(211,172,31); }

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

border-color css

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

 span { border-color: rgb(211,172,31); }

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