Html Css Color HEX #DF949B Wewak

📋 copy color: '#DF949B'

red 223 ◦ green 148 ◦ blue 155

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

Shades of Wewak #DF949B

Tints of Wewak #DF949B

RGB

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

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

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

R = 42.4%
G = 28.14%
B = 29.47%

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

#DF949B (or 0xDF949B) is known color: Wewak. HEX triplet: DF, 94 and 9B. RGB value is (223,148,155). Sum of RGB (Red+Green+Blue) = 223+148+155=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF949B is #206B64. Grayscale: #ABABAB. Windows color (decimal): -2124645 or 10196191. OLE color: 10196191.

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

Color convert

RGB 223 148 155 -
CMYK 0 0.34 0.30 0.13
HSL 354.4º 0.54% 0.73% -
HSV(B) 354.4º 0.34% 0.87% -
XYZ 46.94 39.23 36.11 -
YUV 171.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 223 148 155 0 0.34 0.30 0.13 354.4 0.54 0.73
Hex DF 94 9B 0 22 1E D 162 36 49
Octal 337 224 233 0 42 36 15 542 66 111
Binary 11011111 10010100 10011011 0 100010 11110 1101 101100010 110110 1001001

Color Harmonies of #DF949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF949B

Black with #DF949B

Text Example


Text Example

White with #DF949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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