Html Css Color HEX #D0A212 Galliano

📋 copy color: '#D0A212'

red 208 ◦ green 162 ◦ blue 18

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

Shades of Galliano #D0A212

Tints of Galliano #D0A212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

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

R = 53.61%
G = 41.75%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0A212 (or 0xD0A212) is known color: Galliano. HEX triplet: D0, A2 and 12. RGB value is (208,162,18). Sum of RGB (Red+Green+Blue) = 208+162+18=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A212 is #2F5DED. Grayscale: #9F9F9F. Windows color (decimal): -3104238 or 1221328. OLE color: 1221328.

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

Color convert

RGB 208 162 18 -
CMYK 0 0.22 0.91 0.18
HSL 45.47º 0.84% 0.44% -
HSV(B) 45.47º 0.91% 0.82% -
XYZ 39.04 39.29 6.1 -
YUV 159.34 48.24 162.71 -
System Red Green Blue C M Y K H S L
Decimal 208 162 18 0 0.22 0.91 0.18 45.47 0.84 0.44
Hex D0 A2 12 0 16 5B 12 2D 54 2C
Octal 320 242 22 0 26 133 22 55 124 54
Binary 11010000 10100010 10010 0 10110 1011011 10010 101101 1010100 101100

Color Harmonies of #D0A212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A212

Black with #D0A212

Text Example


Text Example

White with #D0A212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A212; }

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

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

background-color css

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

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

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

border-color css

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

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

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