Html Css Color HEX #D1AB14 Galliano

📋 copy color: '#D1AB14'

red 209 ◦ green 171 ◦ blue 20

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

Shades of Galliano #D1AB14

Tints of Galliano #D1AB14

RGB

 RED value IS 209 (82.03% from 255) = 52.25%

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

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

R = 52.25%
G = 42.75%
B = 5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1AB14 (or 0xD1AB14) is known color: Galliano. HEX triplet: D1, AB and 14. RGB value is (209,171,20). Sum of RGB (Red+Green+Blue) = 209+171+20=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AB14 is #2E54EB. Grayscale: #A5A5A5. Windows color (decimal): -3036396 or 1354705. OLE color: 1354705.

HSL color Cylindrical-coordinate representation of color #D1AB14: hue angle of 47.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1AB14 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 171 20 -
CMYK 0 0.18 0.90 0.18
HSL 47.94º 0.83% 0.45% -
HSV(B) 47.94º 0.9% 0.82% -
XYZ 40.98 42.73 6.75 -
YUV 165.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 209 171 20 0 0.18 0.90 0.18 47.94 0.83 0.45
Hex D1 AB 14 0 12 5A 12 30 53 2D
Octal 321 253 24 0 22 132 22 60 123 55
Binary 11010001 10101011 10100 0 10010 1011010 10010 110000 1010011 101101

Color Harmonies of #D1AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB14

Black with #D1AB14

Text Example


Text Example

White with #D1AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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