Html Css Color HEX #DC9486 Petite Orchid

📋 copy color: '#DC9486'

red 220 ◦ green 148 ◦ blue 134

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

Shades of Petite Orchid #DC9486

Tints of Petite Orchid #DC9486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

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

R = 43.82%
G = 29.48%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC9486 (or 0xDC9486) is known color: Petite Orchid. HEX triplet: DC, 94 and 86. RGB value is (220,148,134). Sum of RGB (Red+Green+Blue) = 220+148+134=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9486 is #236B79. Grayscale: #A8A8A8. Windows color (decimal): -2321274 or 8819932. OLE color: 8819932.

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

Color convert

RGB 220 148 134 -
CMYK 0 0.33 0.39 0.14
HSL 9.77º 0.55% 0.69% -
HSV(B) 9.77º 0.39% 0.86% -
XYZ 44.41 38.12 27.57 -
YUV 167.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 220 148 134 0 0.33 0.39 0.14 9.77 0.55 0.69
Hex DC 94 86 0 21 27 E A 37 45
Octal 334 224 206 0 41 47 16 12 67 105
Binary 11011100 10010100 10000110 0 100001 100111 1110 1010 110111 1000101

Color Harmonies of #DC9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9486

Black with #DC9486

Text Example


Text Example

White with #DC9486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9486; }

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

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

background-color css

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

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

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

border-color css

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

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

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