#DC958A

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

Shades of Petite Orchid #DC958A

Tints of Petite Orchid #DC958A

Color information

#DC958A (or 0xDC958A) is unknown color: approx Petite Orchid. HEX triplet: DC, 95 and 8A. RGB value is (220,149,138). Sum of RGB (Red+Green+Blue) = 220+149+138=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC958A is #236A75. Grayscale: #A9A9A9. Windows color (decimal): -2321014 or 9082332. OLE color: 9082332.

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

Color convert

RGB220149138-
CMYK00.320.370.14
HSL8.05º53.95%70.2%-
HSV(B)8.05º37.27%86.27%-
XYZ44.8538.5529.12-
YUV168.98110.52164.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=43.39%
G=29.39%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014913800.320.370.148.0553.9570.2
HexDC958A02025E83646
Octal33422521204045161066106
Binary1101110010010101100010100100000100101111010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC958A; }

 p { color: rgb(220,149,138); }

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

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

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

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

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

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

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