Html Css Color HEX #D4AB16 Galliano

📋 copy color: '#D4AB16'

red 212 ◦ green 171 ◦ blue 22

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

Shades of Galliano #D4AB16

Tints of Galliano #D4AB16

RGB

 RED value IS 212 (83.2% from 255) = 52.35%

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

 BLUE value IS 22 (8.98% from 255) = 5.43%

R = 52.35%
G = 42.22%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4AB16 (or 0xD4AB16) is known color: Galliano. HEX triplet: D4, AB and 16. RGB value is (212,171,22). Sum of RGB (Red+Green+Blue) = 212+171+22=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AB16 is #2B54E9. Grayscale: #A6A6A6. Windows color (decimal): -2839786 or 1485780. OLE color: 1485780.

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

Color convert

RGB 212 171 22 -
CMYK 0 0.19 0.90 0.17
HSL 47.05º 0.81% 0.46% -
HSV(B) 47.05º 0.9% 0.83% -
XYZ 41.86 43.18 6.89 -
YUV 166.27 46.58 160.62 -
System Red Green Blue C M Y K H S L
Decimal 212 171 22 0 0.19 0.90 0.17 47.05 0.81 0.46
Hex D4 AB 16 0 13 5A 11 2F 51 2E
Octal 324 253 26 0 23 132 21 57 121 56
Binary 11010100 10101011 10110 0 10011 1011010 10001 101111 1010001 101110

Color Harmonies of #D4AB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB16

Black with #D4AB16

Text Example


Text Example

White with #D4AB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB16; }

 p { color: rgb(212,171,22); }

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

background-color css

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

 a { background-color: rgb(212,171,22); }

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

border-color css

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

 span { border-color: rgb(212,171,22); }

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