Html Css Color HEX #DC9D92 Petite Orchid

📋 copy color: '#DC9D92'

red 220 ◦ green 157 ◦ blue 146

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

Shades of Petite Orchid #DC9D92

Tints of Petite Orchid #DC9D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.02%

 BLUE value IS 146 (57.42% from 255) = 27.92%

R = 42.07%
G = 30.02%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC9D92 (or 0xDC9D92) is known color: Petite Orchid. HEX triplet: DC, 9D and 92. RGB value is (220,157,146). Sum of RGB (Red+Green+Blue) = 220+157+146=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D92 is #23626D. Grayscale: #AEAEAE. Windows color (decimal): -2318958 or 9608668. OLE color: 9608668.

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

Color convert

RGB 220 157 146 -
CMYK 0 0.29 0.34 0.14
HSL 8.92º 0.51% 0.72% -
HSV(B) 8.92º 0.34% 0.86% -
XYZ 46.76 41.4 32.72 -
YUV 174.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 220 157 146 0 0.29 0.34 0.14 8.92 0.51 0.72
Hex DC 9D 92 0 1D 22 E 9 33 48
Octal 334 235 222 0 35 42 16 11 63 110
Binary 11011100 10011101 10010010 0 11101 100010 1110 1001 110011 1001000

Color Harmonies of #DC9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D92

Black with #DC9D92

Text Example


Text Example

White with #DC9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D92; }

 p { color: rgb(220,157,146); }

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

background-color css

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

 a { background-color: rgb(220,157,146); }

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

border-color css

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

 span { border-color: rgb(220,157,146); }

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