Html Css Color HEX #DC9496 Wewak

📋 copy color: '#DC9496'

red 220 ◦ green 148 ◦ blue 150

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

Shades of Wewak #DC9496

Tints of Wewak #DC9496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.57%

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 42.47%
G = 28.57%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC9496 (or 0xDC9496) is known color: Wewak. HEX triplet: DC, 94 and 96. RGB value is (220,148,150). Sum of RGB (Red+Green+Blue) = 220+148+150=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9496 is #236B69. Grayscale: #A9A9A9. Windows color (decimal): -2321258 or 9868508. OLE color: 9868508.

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

Color convert

RGB 220 148 150 -
CMYK 0 0.33 0.32 0.14
HSL 358.33º 0.51% 0.72% -
HSV(B) 358.33º 0.33% 0.86% -
XYZ 45.61 38.6 33.9 -
YUV 169.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 220 148 150 0 0.33 0.32 0.14 358.33 0.51 0.72
Hex DC 94 96 0 21 20 E 166 33 48
Octal 334 224 226 0 41 40 16 546 63 110
Binary 11011100 10010100 10010110 0 100001 100000 1110 101100110 110011 1001000

Color Harmonies of #DC9496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9496

Black with #DC9496

Text Example


Text Example

White with #DC9496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9496; }

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

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

background-color css

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

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

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

border-color css

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

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

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