Html Css Color HEX #DCABC9 Maverick

📋 copy color: '#DCABC9'

red 220 ◦ green 171 ◦ blue 201

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

Shades of Maverick #DCABC9

Tints of Maverick #DCABC9

RGB

 RED value IS 220 (86.33% from 255) = 37.16%

 GREEN value IS 171 (67.19% from 255) = 28.89%

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 37.16%
G = 28.89%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCABC9 (or 0xDCABC9) is known color: Maverick. HEX triplet: DC, AB and C9. RGB value is (220,171,201). Sum of RGB (Red+Green+Blue) = 220+171+201=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC9 is #235436. Grayscale: #BDBDBD. Windows color (decimal): -2315319 or 13216732. OLE color: 13216732.

HSL color Cylindrical-coordinate representation of color #DCABC9: hue angle of 323.27º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABC9 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 201 -
CMYK 0 0.22 0.09 0.14
HSL 323.27º 0.41% 0.77% -
HSV(B) 323.27º 0.22% 0.86% -
XYZ 54.62 48.56 61.75 -
YUV 189.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 220 171 201 0 0.22 0.09 0.14 323.27 0.41 0.77
Hex DC AB C9 0 16 9 E 143 29 4D
Octal 334 253 311 0 26 11 16 503 51 115
Binary 11011100 10101011 11001001 0 10110 1001 1110 101000011 101001 1001101

Color Harmonies of #DCABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABC9

Black with #DCABC9

Text Example


Text Example

White with #DCABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABC9; }

 p { color: rgb(220,171,201); }

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

background-color css

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

 a { background-color: rgb(220,171,201); }

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

border-color css

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

 span { border-color: rgb(220,171,201); }

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