Html Css Color HEX #DC9B8C Petite Orchid

📋 copy color: '#DC9B8C'

red 220 ◦ green 155 ◦ blue 140

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

Shades of Petite Orchid #DC9B8C

Tints of Petite Orchid #DC9B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.1%

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 42.72%
G = 30.1%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC9B8C (or 0xDC9B8C) is known color: Petite Orchid. HEX triplet: DC, 9B and 8C. RGB value is (220,155,140). Sum of RGB (Red+Green+Blue) = 220+155+140=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B8C is #236473. Grayscale: #ACACAC. Windows color (decimal): -2319476 or 9214940. OLE color: 9214940.

HSL color Cylindrical-coordinate representation of color #DC9B8C: hue angle of 11.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9B8C is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 155 140 -
CMYK 0 0.30 0.36 0.14
HSL 11.25º 0.53% 0.71% -
HSV(B) 11.25º 0.36% 0.86% -
XYZ 45.97 40.55 30.22 -
YUV 172.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 220 155 140 0 0.30 0.36 0.14 11.25 0.53 0.71
Hex DC 9B 8C 0 1E 24 E B 35 47
Octal 334 233 214 0 36 44 16 13 65 107
Binary 11011100 10011011 10001100 0 11110 100100 1110 1011 110101 1000111

Color Harmonies of #DC9B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B8C

Black with #DC9B8C

Text Example


Text Example

White with #DC9B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B8C; }

 p { color: rgb(220,155,140); }

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

background-color css

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

 a { background-color: rgb(220,155,140); }

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

border-color css

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

 span { border-color: rgb(220,155,140); }

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