Html Css Color HEX #D5A512 Galliano

📋 copy color: '#D5A512'

red 213 ◦ green 165 ◦ blue 18

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

Shades of Galliano #D5A512

Tints of Galliano #D5A512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 18 (7.42% from 255) = 4.55%

R = 53.79%
G = 41.67%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5A512 (or 0xD5A512) is known color: Galliano. HEX triplet: D5, A5 and 12. RGB value is (213,165,18). Sum of RGB (Red+Green+Blue) = 213+165+18=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A512 is #2A5AED. Grayscale: #A3A3A3. Windows color (decimal): -2775790 or 1222101. OLE color: 1222101.

HSL color Cylindrical-coordinate representation of color #D5A512: hue angle of 45.23º degrees, saturation: 0.84, 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 #D5A512 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 165 18 -
CMYK 0 0.23 0.92 0.16
HSL 45.23º 0.84% 0.45% -
HSV(B) 45.23º 0.92% 0.84% -
XYZ 41 41.1 6.34 -
YUV 162.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 213 165 18 0 0.23 0.92 0.16 45.23 0.84 0.45
Hex D5 A5 12 0 17 5C 10 2D 54 2D
Octal 325 245 22 0 27 134 20 55 124 55
Binary 11010101 10100101 10010 0 10111 1011100 10000 101101 1010100 101101

Color Harmonies of #D5A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A512

Black with #D5A512

Text Example


Text Example

White with #D5A512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A512; }

 p { color: rgb(213,165,18); }

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

background-color css

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

 a { background-color: rgb(213,165,18); }

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

border-color css

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

 span { border-color: rgb(213,165,18); }

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