Html Css Color HEX #DD999A Wewak

📋 copy color: '#DD999A'

red 221 ◦ green 153 ◦ blue 154

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

Shades of Wewak #DD999A

Tints of Wewak #DD999A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.17%

R = 41.86%
G = 28.98%
B = 29.17%

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

#DD999A (or 0xDD999A) is known color: Wewak. HEX triplet: DD, 99 and 9A. RGB value is (221,153,154). Sum of RGB (Red+Green+Blue) = 221+153+154=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD999A is #226665. Grayscale: #ADADAD. Windows color (decimal): -2254438 or 10131933. OLE color: 10131933.

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

Color convert

RGB 221 153 154 -
CMYK 0 0.31 0.30 0.13
HSL 359.12º 0.5% 0.73% -
HSV(B) 359.12º 0.31% 0.87% -
XYZ 47.04 40.49 35.91 -
YUV 173.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 221 153 154 0 0.31 0.30 0.13 359.12 0.5 0.73
Hex DD 99 9A 0 1F 1E D 167 32 49
Octal 335 231 232 0 37 36 15 547 62 111
Binary 11011101 10011001 10011010 0 11111 11110 1101 101100111 110010 1001001

Color Harmonies of #DD999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD999A

Black with #DD999A

Text Example


Text Example

White with #DD999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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