#DAACCA

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

Shades of Maverick #DAACCA

Tints of Maverick #DAACCA

Color information

#DAACCA (or 0xDAACCA) is unknown color: approx Maverick. HEX triplet: DA, AC and CA. RGB value is (218,172,202). Sum of RGB (Red+Green+Blue) = 218+172+202=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACCA is #255335. Grayscale: #BDBDBD. Windows color (decimal): -2446134 or 13282522. OLE color: 13282522.

HSL color Cylindrical-coordinate representation of color #DAACCA: hue angle of 320.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACCA is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218172202-
CMYK00.210.070.15
HSL320.87º38.33%76.47%-
HSV(B)320.87º21.1%85.49%-
XYZ54.3348.6762.41-
YUV189.17135.24148.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=36.82%
G=29.05%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817220200.210.070.15320.8738.3376.47
HexDAACCA0157F141264c
Octal33225431202571750146114
Binary11011010101011001100101001010111111111010000011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACCA; }

 p { color: rgb(218,172,202); }

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

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

 a { background-color: rgb(218,172,202); }

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

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

 span { border-color: rgb(218,172,202); }

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