Html Css Color HEX #DC9586 Petite Orchid

📋 copy color: '#DC9586'

red 220 ◦ green 149 ◦ blue 134

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

Shades of Petite Orchid #DC9586

Tints of Petite Orchid #DC9586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.64%

R = 43.74%
G = 29.62%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC9586 (or 0xDC9586) is known color: Petite Orchid. HEX triplet: DC, 95 and 86. RGB value is (220,149,134). Sum of RGB (Red+Green+Blue) = 220+149+134=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9586 is #236A79. Grayscale: #A8A8A8. Windows color (decimal): -2321018 or 8820188. OLE color: 8820188.

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

Color convert

RGB 220 149 134 -
CMYK 0 0.32 0.39 0.14
HSL 10.47º 0.55% 0.69% -
HSV(B) 10.47º 0.39% 0.86% -
XYZ 44.57 38.43 27.62 -
YUV 168.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 220 149 134 0 0.32 0.39 0.14 10.47 0.55 0.69
Hex DC 95 86 0 20 27 E A 37 45
Octal 334 225 206 0 40 47 16 12 67 105
Binary 11011100 10010101 10000110 0 100000 100111 1110 1010 110111 1000101

Color Harmonies of #DC9586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9586

Black with #DC9586

Text Example


Text Example

White with #DC9586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9586; }

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

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

background-color css

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

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

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

border-color css

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

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

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