Html Css Color HEX #D3A41C Galliano

📋 copy color: '#D3A41C'

red 211 ◦ green 164 ◦ blue 28

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

Shades of Galliano #D3A41C

Tints of Galliano #D3A41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 52.36%
G = 40.69%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3A41C (or 0xD3A41C) is known color: Galliano. HEX triplet: D3, A4 and 1C. RGB value is (211,164,28). Sum of RGB (Red+Green+Blue) = 211+164+28=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A41C is #2C5BE3. Grayscale: #A3A3A3. Windows color (decimal): -2907108 or 1877203. OLE color: 1877203.

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

Color convert

RGB 211 164 28 -
CMYK 0 0.22 0.87 0.17
HSL 44.59º 0.77% 0.47% -
HSV(B) 44.59º 0.87% 0.83% -
XYZ 40.35 40.48 6.79 -
YUV 162.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 211 164 28 0 0.22 0.87 0.17 44.59 0.77 0.47
Hex D3 A4 1C 0 16 57 11 2D 4D 2F
Octal 323 244 34 0 26 127 21 55 115 57
Binary 11010011 10100100 11100 0 10110 1010111 10001 101101 1001101 101111

Color Harmonies of #D3A41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A41C

Black with #D3A41C

Text Example


Text Example

White with #D3A41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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