Html Css Color HEX #DD969C Wewak

📋 copy color: '#DD969C'

red 221 ◦ green 150 ◦ blue 156

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

Shades of Wewak #DD969C

Tints of Wewak #DD969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.6%

R = 41.94%
G = 28.46%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD969C (or 0xDD969C) is known color: Wewak. HEX triplet: DD, 96 and 9C. RGB value is (221,150,156). Sum of RGB (Red+Green+Blue) = 221+150+156=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD969C is #226963. Grayscale: #ABABAB. Windows color (decimal): -2255204 or 10262237. OLE color: 10262237.

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

Color convert

RGB 221 150 156 -
CMYK 0 0.32 0.29 0.13
HSL 354.93º 0.51% 0.73% -
HSV(B) 354.93º 0.32% 0.87% -
XYZ 46.73 39.59 36.63 -
YUV 171.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 221 150 156 0 0.32 0.29 0.13 354.93 0.51 0.73
Hex DD 96 9C 0 20 1D D 163 33 49
Octal 335 226 234 0 40 35 15 543 63 111
Binary 11011101 10010110 10011100 0 100000 11101 1101 101100011 110011 1001001

Color Harmonies of #DD969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD969C

Black with #DD969C

Text Example


Text Example

White with #DD969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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