Html Css Color HEX #DD9496 Wewak

📋 copy color: '#DD9496'

red 221 ◦ green 148 ◦ blue 150

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

Shades of Wewak #DD9496

Tints of Wewak #DD9496

RGB

 RED value IS 221 (86.72% from 255) = 42.58%

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

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

R = 42.58%
G = 28.52%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD9496 (or 0xDD9496) is known color: Wewak. HEX triplet: DD, 94 and 96. RGB value is (221,148,150). Sum of RGB (Red+Green+Blue) = 221+148+150=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9496 is #226B69. Grayscale: #AAAAAA. Windows color (decimal): -2255722 or 9868509. OLE color: 9868509.

HSL color Cylindrical-coordinate representation of color #DD9496: hue angle of 358.36º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9496 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 150 -
CMYK 0 0.33 0.32 0.13
HSL 358.36º 0.52% 0.72% -
HSV(B) 358.36º 0.33% 0.87% -
XYZ 45.91 38.75 33.91 -
YUV 170.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 221 148 150 0 0.33 0.32 0.13 358.36 0.52 0.72
Hex DD 94 96 0 21 20 D 166 34 48
Octal 335 224 226 0 41 40 15 546 64 110
Binary 11011101 10010100 10010110 0 100001 100000 1101 101100110 110100 1001000

Color Harmonies of #DD9496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9496

Black with #DD9496

Text Example


Text Example

White with #DD9496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9496; }

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

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

background-color css

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

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

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

border-color css

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

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

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