#DC8C8C

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

Shades of Petite Orchid #DC8C8C

Tints of Petite Orchid #DC8C8C

Color information

#DC8C8C (or 0xDC8C8C) is unknown color: approx Petite Orchid. HEX triplet: DC, 8C and 8C. RGB value is (220,140,140). Sum of RGB (Red+Green+Blue) = 220+140+140=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C8C is #237373. Grayscale: #A4A4A4. Windows color (decimal): -2323316 or 9211100. OLE color: 9211100.

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

Color convert

RGB220140140-
CMYK00.360.360.14
HSL53.33%70.59%-
HSV(B)36.36%86.27%-
XYZ43.6335.8729.43-
YUV163.92114.5168-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 140 (55.08% from 255) = 28%
R=44%
G=28%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014014000.360.360.14053.3370.59
HexDC8C8C02424E03547
Octal3342142140444416065107
Binary1101110010001100100011000100100100100111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C8C; }

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

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

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

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

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

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

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

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