Html Css Color HEX #DC9589 Petite Orchid

📋 copy color: '#DC9589'

red 220 ◦ green 149 ◦ blue 137

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

Shades of Petite Orchid #DC9589

Tints of Petite Orchid #DC9589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.08%

R = 43.48%
G = 29.45%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9589 (or 0xDC9589) is known color: Petite Orchid. HEX triplet: DC, 95 and 89. RGB value is (220,149,137). Sum of RGB (Red+Green+Blue) = 220+149+137=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9589 is #236A76. Grayscale: #A8A8A8. Windows color (decimal): -2321015 or 9016796. OLE color: 9016796.

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

Color convert

RGB 220 149 137 -
CMYK 0 0.32 0.38 0.14
HSL 8.67º 0.54% 0.7% -
HSV(B) 8.67º 0.38% 0.86% -
XYZ 44.78 38.52 28.74 -
YUV 168.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 220 149 137 0 0.32 0.38 0.14 8.67 0.54 0.7
Hex DC 95 89 0 20 26 E 9 36 46
Octal 334 225 211 0 40 46 16 11 66 106
Binary 11011100 10010101 10001001 0 100000 100110 1110 1001 110110 1000110

Color Harmonies of #DC9589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9589

Black with #DC9589

Text Example


Text Example

White with #DC9589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9589; }

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

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

background-color css

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

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

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

border-color css

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

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

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