Html Css Color HEX #DC9A8B Petite Orchid

📋 copy color: '#DC9A8B'

red 220 ◦ green 154 ◦ blue 139

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

Shades of Petite Orchid #DC9A8B

Tints of Petite Orchid #DC9A8B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 42.88%
G = 30.02%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC9A8B (or 0xDC9A8B) is known color: Petite Orchid. HEX triplet: DC, 9A and 8B. RGB value is (220,154,139). Sum of RGB (Red+Green+Blue) = 220+154+139=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A8B is #236574. Grayscale: #ACACAC. Windows color (decimal): -2319733 or 9149148. OLE color: 9149148.

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

Color convert

RGB 220 154 139 -
CMYK 0 0.3 0.37 0.14
HSL 11.11º 0.54% 0.7% -
HSV(B) 11.11º 0.37% 0.86% -
XYZ 45.73 40.19 29.77 -
YUV 172.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 220 154 139 0 0.3 0.37 0.14 11.11 0.54 0.7
Hex DC 9A 8B 0 1E 25 E B 36 46
Octal 334 232 213 0 36 45 16 13 66 106
Binary 11011100 10011010 10001011 0 11110 100101 1110 1011 110110 1000110

Color Harmonies of #DC9A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A8B

Black with #DC9A8B

Text Example


Text Example

White with #DC9A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A8B; }

 p { color: rgb(220,154,139); }

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

background-color css

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

 a { background-color: rgb(220,154,139); }

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

border-color css

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

 span { border-color: rgb(220,154,139); }

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