Html Css Color HEX #DD969A Wewak

📋 copy color: '#DD969A'

red 221 ◦ green 150 ◦ blue 154

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

Shades of Wewak #DD969A

Tints of Wewak #DD969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.57%

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

R = 42.1%
G = 28.57%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD969A (or 0xDD969A) is known color: Wewak. HEX triplet: DD, 96 and 9A. RGB value is (221,150,154). Sum of RGB (Red+Green+Blue) = 221+150+154=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD969A is #226965. Grayscale: #ABABAB. Windows color (decimal): -2255206 or 10131165. OLE color: 10131165.

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

Color convert

RGB 221 150 154 -
CMYK 0 0.32 0.30 0.13
HSL 356.62º 0.51% 0.73% -
HSV(B) 356.62º 0.32% 0.87% -
XYZ 46.56 39.52 35.75 -
YUV 171.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 221 150 154 0 0.32 0.30 0.13 356.62 0.51 0.73
Hex DD 96 9A 0 20 1E D 165 33 49
Octal 335 226 232 0 40 36 15 545 63 111
Binary 11011101 10010110 10011010 0 100000 11110 1101 101100101 110011 1001001

Color Harmonies of #DD969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD969A

Black with #DD969A

Text Example


Text Example

White with #DD969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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