Html Css Color HEX #D0A012 Galliano

📋 copy color: '#D0A012'

red 208 ◦ green 160 ◦ blue 18

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

Shades of Galliano #D0A012

Tints of Galliano #D0A012

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.45%

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

R = 53.89%
G = 41.45%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0A012 (or 0xD0A012) is known color: Galliano. HEX triplet: D0, A0 and 12. RGB value is (208,160,18). Sum of RGB (Red+Green+Blue) = 208+160+18=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A012 is #2F5FED. Grayscale: #9E9E9E. Windows color (decimal): -3104750 or 1220816. OLE color: 1220816.

HSL color Cylindrical-coordinate representation of color #D0A012: hue angle of 44.84º 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 #D0A012 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 18 -
CMYK 0 0.23 0.91 0.18
HSL 44.84º 0.84% 0.44% -
HSV(B) 44.84º 0.91% 0.82% -
XYZ 38.69 38.6 5.98 -
YUV 158.16 48.9 163.55 -
System Red Green Blue C M Y K H S L
Decimal 208 160 18 0 0.23 0.91 0.18 44.84 0.84 0.44
Hex D0 A0 12 0 17 5B 12 2D 54 2C
Octal 320 240 22 0 27 133 22 55 124 54
Binary 11010000 10100000 10010 0 10111 1011011 10010 101101 1010100 101100

Color Harmonies of #D0A012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A012

Black with #D0A012

Text Example


Text Example

White with #D0A012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A012; }

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

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

background-color css

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

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

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

border-color css

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

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

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