Html Css Color HEX #D0AA1D Galliano

📋 copy color: '#D0AA1D'

red 208 ◦ green 170 ◦ blue 29

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

Shades of Galliano #D0AA1D

Tints of Galliano #D0AA1D

RGB

 RED value IS 208 (81.64% from 255) = 51.11%

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

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

R = 51.11%
G = 41.77%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0AA1D (or 0xD0AA1D) is known color: Galliano. HEX triplet: D0, AA and 1D. RGB value is (208,170,29). Sum of RGB (Red+Green+Blue) = 208+170+29=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA1D is #2F55E2. Grayscale: #A5A5A5. Windows color (decimal): -3102179 or 1944272. OLE color: 1944272.

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

Color convert

RGB 208 170 29 -
CMYK 0 0.18 0.86 0.18
HSL 47.26º 0.76% 0.46% -
HSV(B) 47.26º 0.86% 0.82% -
XYZ 40.61 42.25 7.18 -
YUV 165.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 208 170 29 0 0.18 0.86 0.18 47.26 0.76 0.46
Hex D0 AA 1D 0 12 56 12 2F 4C 2E
Octal 320 252 35 0 22 126 22 57 114 56
Binary 11010000 10101010 11101 0 10010 1010110 10010 101111 1001100 101110

Color Harmonies of #D0AA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA1D

Black with #D0AA1D

Text Example


Text Example

White with #D0AA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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