Html Css Color HEX #DC9A92 Petite Orchid

📋 copy color: '#DC9A92'

red 220 ◦ green 154 ◦ blue 146

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

Shades of Petite Orchid #DC9A92

Tints of Petite Orchid #DC9A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

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

R = 42.31%
G = 29.62%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC9A92 (or 0xDC9A92) is known color: Petite Orchid. HEX triplet: DC, 9A and 92. RGB value is (220,154,146). Sum of RGB (Red+Green+Blue) = 220+154+146=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A92 is #23656D. Grayscale: #ACACAC. Windows color (decimal): -2319726 or 9607900. OLE color: 9607900.

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

Color convert

RGB 220 154 146 -
CMYK 0 0.3 0.34 0.14
HSL 6.49º 0.51% 0.72% -
HSV(B) 6.49º 0.34% 0.86% -
XYZ 46.26 40.4 32.55 -
YUV 172.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 220 154 146 0 0.3 0.34 0.14 6.49 0.51 0.72
Hex DC 9A 92 0 1E 22 E 6 33 48
Octal 334 232 222 0 36 42 16 6 63 110
Binary 11011100 10011010 10010010 0 11110 100010 1110 110 110011 1001000

Color Harmonies of #DC9A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A92

Black with #DC9A92

Text Example


Text Example

White with #DC9A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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