Html Css Color HEX #D4AD1A Galliano

📋 copy color: '#D4AD1A'

red 212 ◦ green 173 ◦ blue 26

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

Shades of Galliano #D4AD1A

Tints of Galliano #D4AD1A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

 BLUE value IS 26 (10.55% from 255) = 6.33%

R = 51.58%
G = 42.09%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4AD1A (or 0xD4AD1A) is known color: Galliano. HEX triplet: D4, AD and 1A. RGB value is (212,173,26). Sum of RGB (Red+Green+Blue) = 212+173+26=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD1A is #2B52E5. Grayscale: #A8A8A8. Windows color (decimal): -2839270 or 1748436. OLE color: 1748436.

HSL color Cylindrical-coordinate representation of color #D4AD1A: hue angle of 47.42º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4AD1A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 26 -
CMYK 0 0.18 0.88 0.17
HSL 47.42º 0.78% 0.47% -
HSV(B) 47.42º 0.88% 0.83% -
XYZ 42.28 43.96 7.23 -
YUV 167.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 212 173 26 0 0.18 0.88 0.17 47.42 0.78 0.47
Hex D4 AD 1A 0 12 58 11 2F 4E 2F
Octal 324 255 32 0 22 130 21 57 116 57
Binary 11010100 10101101 11010 0 10010 1011000 10001 101111 1001110 101111

Color Harmonies of #D4AD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD1A

Black with #D4AD1A

Text Example


Text Example

White with #D4AD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD1A; }

 p { color: rgb(212,173,26); }

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

background-color css

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

 a { background-color: rgb(212,173,26); }

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

border-color css

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

 span { border-color: rgb(212,173,26); }

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