Html Css Color HEX #D2AA1D Galliano

📋 copy color: '#D2AA1D'

red 210 ◦ green 170 ◦ blue 29

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

Shades of Galliano #D2AA1D

Tints of Galliano #D2AA1D

RGB

 RED value IS 210 (82.42% from 255) = 51.34%

 GREEN value IS 170 (66.8% from 255) = 41.56%

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

R = 51.34%
G = 41.56%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2AA1D (or 0xD2AA1D) is known color: Galliano. HEX triplet: D2, AA and 1D. RGB value is (210,170,29). Sum of RGB (Red+Green+Blue) = 210+170+29=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA1D is #2D55E2. Grayscale: #A6A6A6. Windows color (decimal): -2971107 or 1944274. OLE color: 1944274.

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

Color convert

RGB 210 170 29 -
CMYK 0 0.19 0.86 0.18
HSL 46.74º 0.76% 0.47% -
HSV(B) 46.74º 0.86% 0.82% -
XYZ 41.17 42.54 7.2 -
YUV 165.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 210 170 29 0 0.19 0.86 0.18 46.74 0.76 0.47
Hex D2 AA 1D 0 13 56 12 2F 4C 2F
Octal 322 252 35 0 23 126 22 57 114 57
Binary 11010010 10101010 11101 0 10011 1010110 10010 101111 1001100 101111

Color Harmonies of #D2AA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AA1D

Black with #D2AA1D

Text Example


Text Example

White with #D2AA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AA1D; }

 p { color: rgb(210,170,29); }

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

background-color css

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

 a { background-color: rgb(210,170,29); }

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

border-color css

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

 span { border-color: rgb(210,170,29); }

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