Html Css Color HEX #DD989B Wewak

📋 copy color: '#DD989B'

red 221 ◦ green 152 ◦ blue 155

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

Shades of Wewak #DD989B

Tints of Wewak #DD989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.79%

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 41.86%
G = 28.79%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD989B (or 0xDD989B) is known color: Wewak. HEX triplet: DD, 98 and 9B. RGB value is (221,152,155). Sum of RGB (Red+Green+Blue) = 221+152+155=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD989B is #226764. Grayscale: #ADADAD. Windows color (decimal): -2254693 or 10197213. OLE color: 10197213.

HSL color Cylindrical-coordinate representation of color #DD989B: hue angle of 357.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD989B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 155 -
CMYK 0 0.31 0.30 0.13
HSL 357.39º 0.5% 0.73% -
HSV(B) 357.39º 0.31% 0.87% -
XYZ 46.96 40.2 36.29 -
YUV 172.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 221 152 155 0 0.31 0.30 0.13 357.39 0.5 0.73
Hex DD 98 9B 0 1F 1E D 165 32 49
Octal 335 230 233 0 37 36 15 545 62 111
Binary 11011101 10011000 10011011 0 11111 11110 1101 101100101 110010 1001001

Color Harmonies of #DD989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD989B

Black with #DD989B

Text Example


Text Example

White with #DD989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD989B; }

 p { color: rgb(221,152,155); }

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

background-color css

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

 a { background-color: rgb(221,152,155); }

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

border-color css

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

 span { border-color: rgb(221,152,155); }

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