Html Css Color HEX #DD9096 Wewak

📋 copy color: '#DD9096'

red 221 ◦ green 144 ◦ blue 150

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

Shades of Wewak #DD9096

Tints of Wewak #DD9096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.96%

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

R = 42.91%
G = 27.96%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD9096 (or 0xDD9096) is known color: Wewak. HEX triplet: DD, 90 and 96. RGB value is (221,144,150). Sum of RGB (Red+Green+Blue) = 221+144+150=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9096 is #226F69. Grayscale: #A7A7A7. Windows color (decimal): -2256746 or 9867485. OLE color: 9867485.

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

Color convert

RGB 221 144 150 -
CMYK 0 0.35 0.32 0.13
HSL 355.32º 0.53% 0.72% -
HSV(B) 355.32º 0.35% 0.87% -
XYZ 45.3 37.52 33.71 -
YUV 167.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 221 144 150 0 0.35 0.32 0.13 355.32 0.53 0.72
Hex DD 90 96 0 23 20 D 163 35 48
Octal 335 220 226 0 43 40 15 543 65 110
Binary 11011101 10010000 10010110 0 100011 100000 1101 101100011 110101 1001000

Color Harmonies of #DD9096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9096

Black with #DD9096

Text Example


Text Example

White with #DD9096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9096; }

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

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

background-color css

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

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

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

border-color css

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

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

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