Html Css Color HEX #DCA2A1 Petite Orchid

📋 copy color: '#DCA2A1'

red 220 ◦ green 162 ◦ blue 161

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

Shades of Petite Orchid #DCA2A1

Tints of Petite Orchid #DCA2A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.65%

R = 40.52%
G = 29.83%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCA2A1 (or 0xDCA2A1) is known color: Petite Orchid. HEX triplet: DC, A2 and A1. RGB value is (220,162,161). Sum of RGB (Red+Green+Blue) = 220+162+161=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA2A1 is #235D5E. Grayscale: #B3B3B3. Windows color (decimal): -2317663 or 10592988. OLE color: 10592988.

HSL color Cylindrical-coordinate representation of color #DCA2A1: hue angle of 1.02º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA2A1 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 162 161 -
CMYK 0 0.26 0.27 0.14
HSL 1.02º 0.46% 0.75% -
HSV(B) 1.02º 0.27% 0.86% -
XYZ 48.87 43.63 39.56 -
YUV 179.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 220 162 161 0 0.26 0.27 0.14 1.02 0.46 0.75
Hex DC A2 A1 0 1A 1B E 1 2E 4B
Octal 334 242 241 0 32 33 16 1 56 113
Binary 11011100 10100010 10100001 0 11010 11011 1110 1 101110 1001011

Color Harmonies of #DCA2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA2A1

Black with #DCA2A1

Text Example


Text Example

White with #DCA2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA2A1; }

 p { color: rgb(220,162,161); }

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

background-color css

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

 a { background-color: rgb(220,162,161); }

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

border-color css

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

 span { border-color: rgb(220,162,161); }

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