Html Css Color HEX #DD999B Wewak

📋 copy color: '#DD999B'

red 221 ◦ green 153 ◦ blue 155

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

Shades of Wewak #DD999B

Tints of Wewak #DD999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.92%

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

R = 41.78%
G = 28.92%
B = 29.3%

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

#DD999B (or 0xDD999B) is known color: Wewak. HEX triplet: DD, 99 and 9B. RGB value is (221,153,155). Sum of RGB (Red+Green+Blue) = 221+153+155=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD999B is #226664. Grayscale: #ADADAD. Windows color (decimal): -2254437 or 10197469. OLE color: 10197469.

HSL color Cylindrical-coordinate representation of color #DD999B: hue angle of 358.24º 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 #DD999B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 155 -
CMYK 0 0.31 0.30 0.13
HSL 358.24º 0.5% 0.73% -
HSV(B) 358.24º 0.31% 0.87% -
XYZ 47.13 40.52 36.35 -
YUV 173.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 221 153 155 0 0.31 0.30 0.13 358.24 0.5 0.73
Hex DD 99 9B 0 1F 1E D 166 32 49
Octal 335 231 233 0 37 36 15 546 62 111
Binary 11011101 10011001 10011011 0 11111 11110 1101 101100110 110010 1001001

Color Harmonies of #DD999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD999B

Black with #DD999B

Text Example


Text Example

White with #DD999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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