Html Css Color HEX #DC958D Petite Orchid

📋 copy color: '#DC958D'

red 220 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #DC958D

Tints of Petite Orchid #DC958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 43.14%
G = 29.22%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC958D (or 0xDC958D) is known color: Petite Orchid. HEX triplet: DC, 95 and 8D. RGB value is (220,149,141). Sum of RGB (Red+Green+Blue) = 220+149+141=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC958D is #236A72. Grayscale: #A9A9A9. Windows color (decimal): -2321011 or 9278940. OLE color: 9278940.

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

Color convert

RGB 220 149 141 -
CMYK 0 0.32 0.36 0.14
HSL 6.08º 0.53% 0.71% -
HSV(B) 6.08º 0.36% 0.86% -
XYZ 45.07 38.63 30.28 -
YUV 169.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 220 149 141 0 0.32 0.36 0.14 6.08 0.53 0.71
Hex DC 95 8D 0 20 24 E 6 35 47
Octal 334 225 215 0 40 44 16 6 65 107
Binary 11011100 10010101 10001101 0 100000 100100 1110 110 110101 1000111

Color Harmonies of #DC958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC958D

Black with #DC958D

Text Example


Text Example

White with #DC958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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