Html Css Color HEX #D4AD1D Galliano

📋 copy color: '#D4AD1D'

red 212 ◦ green 173 ◦ blue 29

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

Shades of Galliano #D4AD1D

Tints of Galliano #D4AD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7%

R = 51.21%
G = 41.79%
B = 7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4AD1D (or 0xD4AD1D) is known color: Galliano. HEX triplet: D4, AD and 1D. RGB value is (212,173,29). Sum of RGB (Red+Green+Blue) = 212+173+29=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD1D is #2B52E2. Grayscale: #A8A8A8. Windows color (decimal): -2839267 or 1945044. OLE color: 1945044.

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

Color convert

RGB 212 173 29 -
CMYK 0 0.18 0.86 0.17
HSL 47.21º 0.76% 0.47% -
HSV(B) 47.21º 0.86% 0.83% -
XYZ 42.32 43.97 7.42 -
YUV 168.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 212 173 29 0 0.18 0.86 0.17 47.21 0.76 0.47
Hex D4 AD 1D 0 12 56 11 2F 4C 2F
Octal 324 255 35 0 22 126 21 57 114 57
Binary 11010100 10101101 11101 0 10010 1010110 10001 101111 1001100 101111

Color Harmonies of #D4AD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD1D

Black with #D4AD1D

Text Example


Text Example

White with #D4AD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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