Html Css Color HEX #D3A318 Galliano

📋 copy color: '#D3A318'

red 211 ◦ green 163 ◦ blue 24

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

Shades of Galliano #D3A318

Tints of Galliano #D3A318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.03%

R = 53.02%
G = 40.95%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D3A318 (or 0xD3A318) is known color: Galliano. HEX triplet: D3, A3 and 18. RGB value is (211,163,24). Sum of RGB (Red+Green+Blue) = 211+163+24=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A318 is #2C5CE7. Grayscale: #A2A2A2. Windows color (decimal): -2907368 or 1614803. OLE color: 1614803.

HSL color Cylindrical-coordinate representation of color #D3A318: hue angle of 44.6º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3A318 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 163 24 -
CMYK 0 0.23 0.89 0.17
HSL 44.6º 0.8% 0.46% -
HSV(B) 44.6º 0.89% 0.83% -
XYZ 40.13 40.11 6.49 -
YUV 161.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 211 163 24 0 0.23 0.89 0.17 44.6 0.8 0.46
Hex D3 A3 18 0 17 59 11 2D 50 2E
Octal 323 243 30 0 27 131 21 55 120 56
Binary 11010011 10100011 11000 0 10111 1011001 10001 101101 1010000 101110

Color Harmonies of #D3A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A318

Black with #D3A318

Text Example


Text Example

White with #D3A318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A318; }

 p { color: rgb(211,163,24); }

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

background-color css

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

 a { background-color: rgb(211,163,24); }

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

border-color css

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

 span { border-color: rgb(211,163,24); }

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