Html Css Color HEX #DC9A95 Petite Orchid

📋 copy color: '#DC9A95'

red 220 ◦ green 154 ◦ blue 149

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

Shades of Petite Orchid #DC9A95

Tints of Petite Orchid #DC9A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.49%

R = 42.07%
G = 29.45%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC9A95 (or 0xDC9A95) is known color: Petite Orchid. HEX triplet: DC, 9A and 95. RGB value is (220,154,149). Sum of RGB (Red+Green+Blue) = 220+154+149=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A95 is #23656A. Grayscale: #ADADAD. Windows color (decimal): -2319723 or 9804508. OLE color: 9804508.

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

Color convert

RGB 220 154 149 -
CMYK 0 0.3 0.32 0.14
HSL 4.23º 0.5% 0.72% -
HSV(B) 4.23º 0.32% 0.86% -
XYZ 46.5 40.5 33.8 -
YUV 173.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 220 154 149 0 0.3 0.32 0.14 4.23 0.5 0.72
Hex DC 9A 95 0 1E 20 E 4 32 48
Octal 334 232 225 0 36 40 16 4 62 110
Binary 11011100 10011010 10010101 0 11110 100000 1110 100 110010 1001000

Color Harmonies of #DC9A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A95

Black with #DC9A95

Text Example


Text Example

White with #DC9A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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