Html Css Color HEX #D0AA12 Galliano

📋 copy color: '#D0AA12'

red 208 ◦ green 170 ◦ blue 18

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

Shades of Galliano #D0AA12

Tints of Galliano #D0AA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.55%

R = 52.53%
G = 42.93%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0AA12 (or 0xD0AA12) is known color: Galliano. HEX triplet: D0, AA and 12. RGB value is (208,170,18). Sum of RGB (Red+Green+Blue) = 208+170+18=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AA12 is #2F55ED. Grayscale: #A4A4A4. Windows color (decimal): -3102190 or 1223376. OLE color: 1223376.

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

Color convert

RGB 208 170 18 -
CMYK 0 0.18 0.91 0.18
HSL 48º 0.84% 0.44% -
HSV(B) 48º 0.91% 0.82% -
XYZ 40.5 42.2 6.58 -
YUV 164.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 208 170 18 0 0.18 0.91 0.18 48 0.84 0.44
Hex D0 AA 12 0 12 5B 12 30 54 2C
Octal 320 252 22 0 22 133 22 60 124 54
Binary 11010000 10101010 10010 0 10010 1011011 10010 110000 1010100 101100

Color Harmonies of #D0AA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA12

Black with #D0AA12

Text Example


Text Example

White with #D0AA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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