Html Css Color HEX #DCA0A0 Petite Orchid

📋 copy color: '#DCA0A0'

red 220 ◦ green 160 ◦ blue 160

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

Shades of Petite Orchid #DCA0A0

Tints of Petite Orchid #DCA0A0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.63%

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 40.74%
G = 29.63%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCA0A0 (or 0xDCA0A0) is known color: Petite Orchid. HEX triplet: DC, A0 and A0. RGB value is (220,160,160). Sum of RGB (Red+Green+Blue) = 220+160+160=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0A0 is #235F5F. Grayscale: #B1B1B1. Windows color (decimal): -2318176 or 10526940. OLE color: 10526940.

HSL color Cylindrical-coordinate representation of color #DCA0A0: hue angle of 0º 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 #DCA0A0 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 160 -
CMYK 0 0.27 0.27 0.14
HSL 0.46% 0.75% -
HSV(B) 0.27% 0.86% -
XYZ 48.43 42.9 38.98 -
YUV 177.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 220 160 160 0 0.27 0.27 0.14 0 0.46 0.75
Hex DC A0 A0 0 1B 1B E 0 2E 4B
Octal 334 240 240 0 33 33 16 0 56 113
Binary 11011100 10100000 10100000 0 11011 11011 1110 0 101110 1001011

Color Harmonies of #DCA0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0A0

Black with #DCA0A0

Text Example


Text Example

White with #DCA0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0A0; }

 p { color: rgb(220,160,160); }

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

background-color css

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

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

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

border-color css

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

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

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