Html Css Color HEX #DC9C8D Petite Orchid

📋 copy color: '#DC9C8D'

red 220 ◦ green 156 ◦ blue 141

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

Shades of Petite Orchid #DC9C8D

Tints of Petite Orchid #DC9C8D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

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

R = 42.55%
G = 30.17%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC9C8D (or 0xDC9C8D) is known color: Petite Orchid. HEX triplet: DC, 9C and 8D. RGB value is (220,156,141). Sum of RGB (Red+Green+Blue) = 220+156+141=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C8D is #236372. Grayscale: #ADADAD. Windows color (decimal): -2319219 or 9280732. OLE color: 9280732.

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

Color convert

RGB 220 156 141 -
CMYK 0 0.29 0.36 0.14
HSL 11.39º 0.53% 0.71% -
HSV(B) 11.39º 0.36% 0.86% -
XYZ 46.21 40.92 30.66 -
YUV 173.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 220 156 141 0 0.29 0.36 0.14 11.39 0.53 0.71
Hex DC 9C 8D 0 1D 24 E B 35 47
Octal 334 234 215 0 35 44 16 13 65 107
Binary 11011100 10011100 10001101 0 11101 100100 1110 1011 110101 1000111

Color Harmonies of #DC9C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C8D

Black with #DC9C8D

Text Example


Text Example

White with #DC9C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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