Html Css Color HEX #DC8C8B Petite Orchid

📋 copy color: '#DC8C8B'

red 220 ◦ green 140 ◦ blue 139

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

Shades of Petite Orchid #DC8C8B

Tints of Petite Orchid #DC8C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.06%

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

R = 44.09%
G = 28.06%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC8C8B (or 0xDC8C8B) is known color: Petite Orchid. HEX triplet: DC, 8C and 8B. RGB value is (220,140,139). Sum of RGB (Red+Green+Blue) = 220+140+139=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C8B is #237374. Grayscale: #A3A3A3. Windows color (decimal): -2323317 or 9145564. OLE color: 9145564.

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

Color convert

RGB 220 140 139 -
CMYK 0 0.36 0.37 0.14
HSL 0.74º 0.54% 0.7% -
HSV(B) 0.74º 0.37% 0.86% -
XYZ 43.55 35.84 29.05 -
YUV 163.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 220 140 139 0 0.36 0.37 0.14 0.74 0.54 0.7
Hex DC 8C 8B 0 24 25 E 1 36 46
Octal 334 214 213 0 44 45 16 1 66 106
Binary 11011100 10001100 10001011 0 100100 100101 1110 1 110110 1000110

Color Harmonies of #DC8C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C8B

Black with #DC8C8B

Text Example


Text Example

White with #DC8C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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