Html Css Color HEX #DC9889 Petite Orchid

📋 copy color: '#DC9889'

red 220 ◦ green 152 ◦ blue 137

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

Shades of Petite Orchid #DC9889

Tints of Petite Orchid #DC9889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.86%

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

R = 43.22%
G = 29.86%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9889 (or 0xDC9889) is known color: Petite Orchid. HEX triplet: DC, 98 and 89. RGB value is (220,152,137). Sum of RGB (Red+Green+Blue) = 220+152+137=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9889 is #236776. Grayscale: #AAAAAA. Windows color (decimal): -2320247 or 9017564. OLE color: 9017564.

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

Color convert

RGB 220 152 137 -
CMYK 0 0.31 0.38 0.14
HSL 10.84º 0.54% 0.7% -
HSV(B) 10.84º 0.38% 0.86% -
XYZ 45.26 39.48 28.9 -
YUV 170.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 220 152 137 0 0.31 0.38 0.14 10.84 0.54 0.7
Hex DC 98 89 0 1F 26 E B 36 46
Octal 334 230 211 0 37 46 16 13 66 106
Binary 11011100 10011000 10001001 0 11111 100110 1110 1011 110110 1000110

Color Harmonies of #DC9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9889

Black with #DC9889

Text Example


Text Example

White with #DC9889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9889; }

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

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

background-color css

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

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

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

border-color css

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

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

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