#D2A8BE

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

Shades of Maverick #D2A8BE

Tints of Maverick #D2A8BE

Color information

#D2A8BE (or 0xD2A8BE) is unknown color: approx Maverick. HEX triplet: D2, A8 and BE. RGB value is (210,168,190). Sum of RGB (Red+Green+Blue) = 210+168+190=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8BE is #2D5741. Grayscale: #B7B7B7. Windows color (decimal): -2971458 or 12495058. OLE color: 12495058.

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

Color convert

RGB210168190-
CMYK00.20.100.18
HSL328.57º31.82%74.12%-
HSV(B)328.57º20%82.35%-
XYZ49.8845.4254.85-
YUV183.07131.91147.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 168 (66.02% from 255) = 29.58%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=36.97%
G=29.58%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016819000.20.100.18328.5731.8274.12
HexD2A8BE014A12149204a
Octal322250276024122251140112
Binary1101001010101000101111100101001010100101010010011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A8BE; }

 p { color: rgb(210,168,190); }

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

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

 a { background-color: rgb(210,168,190); }

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

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

 span { border-color: rgb(210,168,190); }

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