Html Css Color HEX #DC968B Petite Orchid

📋 copy color: '#DC968B'

red 220 ◦ green 150 ◦ blue 139

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

Shades of Petite Orchid #DC968B

Tints of Petite Orchid #DC968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 43.22%
G = 29.47%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC968B (or 0xDC968B) is known color: Petite Orchid. HEX triplet: DC, 96 and 8B. RGB value is (220,150,139). Sum of RGB (Red+Green+Blue) = 220+150+139=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC968B is #236974. Grayscale: #A9A9A9. Windows color (decimal): -2320757 or 9148124. OLE color: 9148124.

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

Color convert

RGB 220 150 139 -
CMYK 0 0.32 0.37 0.14
HSL 8.15º 0.54% 0.7% -
HSV(B) 8.15º 0.37% 0.86% -
XYZ 45.08 38.89 29.56 -
YUV 169.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 220 150 139 0 0.32 0.37 0.14 8.15 0.54 0.7
Hex DC 96 8B 0 20 25 E 8 36 46
Octal 334 226 213 0 40 45 16 10 66 106
Binary 11011100 10010110 10001011 0 100000 100101 1110 1000 110110 1000110

Color Harmonies of #DC968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC968B

Black with #DC968B

Text Example


Text Example

White with #DC968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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