Html Css Color HEX #D4AC1D Galliano

📋 copy color: '#D4AC1D'

red 212 ◦ green 172 ◦ blue 29

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

Shades of Galliano #D4AC1D

Tints of Galliano #D4AC1D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

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

R = 51.33%
G = 41.65%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4AC1D (or 0xD4AC1D) is known color: Galliano. HEX triplet: D4, AC and 1D. RGB value is (212,172,29). Sum of RGB (Red+Green+Blue) = 212+172+29=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC1D is #2B53E2. Grayscale: #A8A8A8. Windows color (decimal): -2839523 or 1944788. OLE color: 1944788.

HSL color Cylindrical-coordinate representation of color #D4AC1D: hue angle of 46.89º 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 #D4AC1D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 29 -
CMYK 0 0.19 0.86 0.17
HSL 46.89º 0.76% 0.47% -
HSV(B) 46.89º 0.86% 0.83% -
XYZ 42.13 43.59 7.36 -
YUV 167.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 212 172 29 0 0.19 0.86 0.17 46.89 0.76 0.47
Hex D4 AC 1D 0 13 56 11 2F 4C 2F
Octal 324 254 35 0 23 126 21 57 114 57
Binary 11010100 10101100 11101 0 10011 1010110 10001 101111 1001100 101111

Color Harmonies of #D4AC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC1D

Black with #D4AC1D

Text Example


Text Example

White with #D4AC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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