Html Css Color HEX #DF969B Wewak

📋 copy color: '#DF969B'

red 223 ◦ green 150 ◦ blue 155

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

Shades of Wewak #DF969B

Tints of Wewak #DF969B

RGB

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

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

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

R = 42.23%
G = 28.41%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF969B (or 0xDF969B) is known color: Wewak. HEX triplet: DF, 96 and 9B. RGB value is (223,150,155). Sum of RGB (Red+Green+Blue) = 223+150+155=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF969B is #206964. Grayscale: #ACACAC. Windows color (decimal): -2124133 or 10196703. OLE color: 10196703.

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

Color convert

RGB 223 150 155 -
CMYK 0 0.33 0.30 0.13
HSL 355.89º 0.53% 0.73% -
HSV(B) 355.89º 0.33% 0.87% -
XYZ 47.25 39.87 36.21 -
YUV 172.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 223 150 155 0 0.33 0.30 0.13 355.89 0.53 0.73
Hex DF 96 9B 0 21 1E D 164 35 49
Octal 337 226 233 0 41 36 15 544 65 111
Binary 11011111 10010110 10011011 0 100001 11110 1101 101100100 110101 1001001

Color Harmonies of #DF969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF969B

Black with #DF969B

Text Example


Text Example

White with #DF969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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