Html Css Color HEX #DC9C94 Petite Orchid

📋 copy color: '#DC9C94'

red 220 ◦ green 156 ◦ blue 148

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

Shades of Petite Orchid #DC9C94

Tints of Petite Orchid #DC9C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.77%

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 41.98%
G = 29.77%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC9C94 (or 0xDC9C94) is known color: Petite Orchid. HEX triplet: DC, 9C and 94. RGB value is (220,156,148). Sum of RGB (Red+Green+Blue) = 220+156+148=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C94 is #23636B. Grayscale: #AEAEAE. Windows color (decimal): -2319212 or 9739484. OLE color: 9739484.

HSL color Cylindrical-coordinate representation of color #DC9C94: hue angle of 6.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9C94 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 156 148 -
CMYK 0 0.29 0.33 0.14
HSL 6.67º 0.51% 0.72% -
HSV(B) 6.67º 0.33% 0.86% -
XYZ 46.75 41.13 33.49 -
YUV 174.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 220 156 148 0 0.29 0.33 0.14 6.67 0.51 0.72
Hex DC 9C 94 0 1D 21 E 7 33 48
Octal 334 234 224 0 35 41 16 7 63 110
Binary 11011100 10011100 10010100 0 11101 100001 1110 111 110011 1001000

Color Harmonies of #DC9C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C94

Black with #DC9C94

Text Example


Text Example

White with #DC9C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C94; }

 p { color: rgb(220,156,148); }

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

background-color css

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

 a { background-color: rgb(220,156,148); }

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

border-color css

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

 span { border-color: rgb(220,156,148); }

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