Html Css Color HEX #DC968A Petite Orchid

📋 copy color: '#DC968A'

red 220 ◦ green 150 ◦ blue 138

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

Shades of Petite Orchid #DC968A

Tints of Petite Orchid #DC968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.17%

R = 43.31%
G = 29.53%
B = 27.17%

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

#DC968A (or 0xDC968A) is known color: Petite Orchid. HEX triplet: DC, 96 and 8A. RGB value is (220,150,138). Sum of RGB (Red+Green+Blue) = 220+150+138=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC968A is #236975. Grayscale: #A9A9A9. Windows color (decimal): -2320758 or 9082588. OLE color: 9082588.

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

Color convert

RGB 220 150 138 -
CMYK 0 0.32 0.37 0.14
HSL 8.78º 0.54% 0.7% -
HSV(B) 8.78º 0.37% 0.86% -
XYZ 45.01 38.86 29.17 -
YUV 169.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 220 150 138 0 0.32 0.37 0.14 8.78 0.54 0.7
Hex DC 96 8A 0 20 25 E 9 36 46
Octal 334 226 212 0 40 45 16 11 66 106
Binary 11011100 10010110 10001010 0 100000 100101 1110 1001 110110 1000110

Color Harmonies of #DC968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC968A

Black with #DC968A

Text Example


Text Example

White with #DC968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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