#D0A8C0

Color #D0A8C0 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D0A8C0

Tints of Maverick #D0A8C0

Color information

#D0A8C0 (or 0xD0A8C0) is unknown color: approx Maverick. HEX triplet: D0, A8 and C0. RGB value is (208,168,192). Sum of RGB (Red+Green+Blue) = 208+168+192=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8C0 is #2F573F. Grayscale: #B6B6B6. Windows color (decimal): -3102528 or 12626128. OLE color: 12626128.

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

Color convert

RGB208168192-
CMYK00.190.080.18
HSL324º29.85%73.73%-
HSV(B)324º19.23%81.57%-
XYZ49.5345.2255.99-
YUV182.7133.25146.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 168 (66.02% from 255) = 29.58%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=36.62%
G=29.58%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816819200.190.080.1832429.8573.73
HexD0A8C00138121441e4a
Octal320250300023102250436112
Binary110100001010100011000000010011100010010101000100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A8C0; }

 p { color: rgb(208,168,192); }

 H1.HeaderClassName
 {
   color: #D0A8C0;
 }
 .AnyTagClassName
 {
   color: #D0A8C0;
 }
</style>
background-color css

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

 a { background-color: rgb(208,168,192); }

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

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

 span { border-color: rgb(208,168,192); }

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