Html Css Color HEX #DF949C Wewak

📋 copy color: '#DF949C'

red 223 ◦ green 148 ◦ blue 156

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

Shades of Wewak #DF949C

Tints of Wewak #DF949C

RGB

 RED value IS 223 (87.5% from 255) = 42.31%

 GREEN value IS 148 (58.2% from 255) = 28.08%

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

R = 42.31%
G = 28.08%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF949C (or 0xDF949C) is known color: Wewak. HEX triplet: DF, 94 and 9C. RGB value is (223,148,156). Sum of RGB (Red+Green+Blue) = 223+148+156=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF949C is #206B63. Grayscale: #ABABAB. Windows color (decimal): -2124644 or 10261727. OLE color: 10261727.

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

Color convert

RGB 223 148 156 -
CMYK 0 0.34 0.30 0.13
HSL 353.6º 0.54% 0.73% -
HSV(B) 353.6º 0.34% 0.87% -
XYZ 47.02 39.27 36.55 -
YUV 171.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 223 148 156 0 0.34 0.30 0.13 353.6 0.54 0.73
Hex DF 94 9C 0 22 1E D 162 36 49
Octal 337 224 234 0 42 36 15 542 66 111
Binary 11011111 10010100 10011100 0 100010 11110 1101 101100010 110110 1001001

Color Harmonies of #DF949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF949C

Black with #DF949C

Text Example


Text Example

White with #DF949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF949C; }

 p { color: rgb(223,148,156); }

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

background-color css

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

 a { background-color: rgb(223,148,156); }

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

border-color css

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

 span { border-color: rgb(223,148,156); }

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