Html Css Color HEX #D5A812 Galliano

📋 copy color: '#D5A812'

red 213 ◦ green 168 ◦ blue 18

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

Shades of Galliano #D5A812

Tints of Galliano #D5A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.11%

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

R = 53.38%
G = 42.11%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5A812 (or 0xD5A812) is known color: Galliano. HEX triplet: D5, A8 and 12. RGB value is (213,168,18). Sum of RGB (Red+Green+Blue) = 213+168+18=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A812 is #2A57ED. Grayscale: #A4A4A4. Windows color (decimal): -2775022 or 1222869. OLE color: 1222869.

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

Color convert

RGB 213 168 18 -
CMYK 0 0.21 0.92 0.16
HSL 46.15º 0.84% 0.45% -
HSV(B) 46.15º 0.92% 0.84% -
XYZ 41.55 42.2 6.53 -
YUV 164.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 213 168 18 0 0.21 0.92 0.16 46.15 0.84 0.45
Hex D5 A8 12 0 15 5C 10 2E 54 2D
Octal 325 250 22 0 25 134 20 56 124 55
Binary 11010101 10101000 10010 0 10101 1011100 10000 101110 1010100 101101

Color Harmonies of #D5A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A812

Black with #D5A812

Text Example


Text Example

White with #D5A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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