Html Css Color HEX #DC9B8F Petite Orchid

📋 copy color: '#DC9B8F'

red 220 ◦ green 155 ◦ blue 143

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

Shades of Petite Orchid #DC9B8F

Tints of Petite Orchid #DC9B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 42.47%
G = 29.92%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC9B8F (or 0xDC9B8F) is known color: Petite Orchid. HEX triplet: DC, 9B and 8F. RGB value is (220,155,143). Sum of RGB (Red+Green+Blue) = 220+155+143=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B8F is #236470. Grayscale: #ADADAD. Windows color (decimal): -2319473 or 9411548. OLE color: 9411548.

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

Color convert

RGB 220 155 143 -
CMYK 0 0.30 0.35 0.14
HSL 9.35º 0.52% 0.71% -
HSV(B) 9.35º 0.35% 0.86% -
XYZ 46.19 40.64 31.4 -
YUV 173.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 220 155 143 0 0.30 0.35 0.14 9.35 0.52 0.71
Hex DC 9B 8F 0 1E 23 E 9 34 47
Octal 334 233 217 0 36 43 16 11 64 107
Binary 11011100 10011011 10001111 0 11110 100011 1110 1001 110100 1000111

Color Harmonies of #DC9B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B8F

Black with #DC9B8F

Text Example


Text Example

White with #DC9B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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