Html Css Color HEX #DD9196 Wewak

📋 copy color: '#DD9196'

red 221 ◦ green 145 ◦ blue 150

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

Shades of Wewak #DD9196

Tints of Wewak #DD9196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.1%

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

R = 42.83%
G = 28.1%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD9196 (or 0xDD9196) is known color: Wewak. HEX triplet: DD, 91 and 96. RGB value is (221,145,150). Sum of RGB (Red+Green+Blue) = 221+145+150=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9196 is #226E69. Grayscale: #A8A8A8. Windows color (decimal): -2256490 or 9867741. OLE color: 9867741.

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

Color convert

RGB 221 145 150 -
CMYK 0 0.34 0.32 0.13
HSL 356.05º 0.53% 0.72% -
HSV(B) 356.05º 0.34% 0.87% -
XYZ 45.45 37.82 33.76 -
YUV 168.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 221 145 150 0 0.34 0.32 0.13 356.05 0.53 0.72
Hex DD 91 96 0 22 20 D 164 35 48
Octal 335 221 226 0 42 40 15 544 65 110
Binary 11011101 10010001 10010110 0 100010 100000 1101 101100100 110101 1001000

Color Harmonies of #DD9196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9196

Black with #DD9196

Text Example


Text Example

White with #DD9196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9196; }

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

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

background-color css

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

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

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

border-color css

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

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

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