Html Css Color HEX #D5A611 Galliano

📋 copy color: '#D5A611'

red 213 ◦ green 166 ◦ blue 17

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

Shades of Galliano #D5A611

Tints of Galliano #D5A611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.92%

 BLUE value IS 17 (7.03% from 255) = 4.29%

R = 53.79%
G = 41.92%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5A611 (or 0xD5A611) is known color: Galliano. HEX triplet: D5, A6 and 11. RGB value is (213,166,17). Sum of RGB (Red+Green+Blue) = 213+166+17=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A611 is #2A59EE. Grayscale: #A3A3A3. Windows color (decimal): -2775535 or 1156821. OLE color: 1156821.

HSL color Cylindrical-coordinate representation of color #D5A611: hue angle of 45.61º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5A611 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 17 -
CMYK 0 0.22 0.92 0.16
HSL 45.61º 0.85% 0.45% -
HSV(B) 45.61º 0.92% 0.84% -
XYZ 41.18 41.46 6.36 -
YUV 163.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 213 166 17 0 0.22 0.92 0.16 45.61 0.85 0.45
Hex D5 A6 11 0 16 5C 10 2E 55 2D
Octal 325 246 21 0 26 134 20 56 125 55
Binary 11010101 10100110 10001 0 10110 1011100 10000 101110 1010101 101101

Color Harmonies of #D5A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A611

Black with #D5A611

Text Example


Text Example

White with #D5A611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A611; }

 p { color: rgb(213,166,17); }

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

background-color css

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

 a { background-color: rgb(213,166,17); }

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

border-color css

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

 span { border-color: rgb(213,166,17); }

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