Html Css Color HEX #D5AF16 Galliano

📋 copy color: '#D5AF16'

red 213 ◦ green 175 ◦ blue 22

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

Shades of Galliano #D5AF16

Tints of Galliano #D5AF16

RGB

 RED value IS 213 (83.59% from 255) = 51.95%

 GREEN value IS 175 (68.75% from 255) = 42.68%

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

R = 51.95%
G = 42.68%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5AF16 (or 0xD5AF16) is known color: Galliano. HEX triplet: D5, AF and 16. RGB value is (213,175,22). Sum of RGB (Red+Green+Blue) = 213+175+22=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AF16 is #2A50E9. Grayscale: #A9A9A9. Windows color (decimal): -2773226 or 1486805. OLE color: 1486805.

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

Color convert

RGB 213 175 22 -
CMYK 0 0.18 0.90 0.16
HSL 48.06º 0.81% 0.46% -
HSV(B) 48.06º 0.9% 0.84% -
XYZ 42.92 44.86 7.16 -
YUV 168.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 213 175 22 0 0.18 0.90 0.16 48.06 0.81 0.46
Hex D5 AF 16 0 12 5A 10 30 51 2E
Octal 325 257 26 0 22 132 20 60 121 56
Binary 11010101 10101111 10110 0 10010 1011010 10000 110000 1010001 101110

Color Harmonies of #D5AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF16

Black with #D5AF16

Text Example


Text Example

White with #D5AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF16; }

 p { color: rgb(213,175,22); }

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

background-color css

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

 a { background-color: rgb(213,175,22); }

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

border-color css

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

 span { border-color: rgb(213,175,22); }

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