Html Css Color HEX #D3AB14 Galliano

📋 copy color: '#D3AB14'

red 211 ◦ green 171 ◦ blue 20

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

Shades of Galliano #D3AB14

Tints of Galliano #D3AB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 52.49%
G = 42.54%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3AB14 (or 0xD3AB14) is known color: Galliano. HEX triplet: D3, AB and 14. RGB value is (211,171,20). Sum of RGB (Red+Green+Blue) = 211+171+20=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AB14 is #2C54EB. Grayscale: #A6A6A6. Windows color (decimal): -2905324 or 1354707. OLE color: 1354707.

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

Color convert

RGB 211 171 20 -
CMYK 0 0.19 0.91 0.17
HSL 47.43º 0.83% 0.45% -
HSV(B) 47.43º 0.91% 0.83% -
XYZ 41.55 43.03 6.78 -
YUV 165.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 211 171 20 0 0.19 0.91 0.17 47.43 0.83 0.45
Hex D3 AB 14 0 13 5B 11 2F 53 2D
Octal 323 253 24 0 23 133 21 57 123 55
Binary 11010011 10101011 10100 0 10011 1011011 10001 101111 1010011 101101

Color Harmonies of #D3AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB14

Black with #D3AB14

Text Example


Text Example

White with #D3AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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