Html Css Color HEX #DF969C Wewak

📋 copy color: '#DF969C'

red 223 ◦ green 150 ◦ blue 156

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

Shades of Wewak #DF969C

Tints of Wewak #DF969C

RGB

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

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

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

R = 42.16%
G = 28.36%
B = 29.49%

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

#DF969C (or 0xDF969C) is known color: Wewak. HEX triplet: DF, 96 and 9C. RGB value is (223,150,156). Sum of RGB (Red+Green+Blue) = 223+150+156=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF969C is #206963. Grayscale: #ACACAC. Windows color (decimal): -2124132 or 10262239. OLE color: 10262239.

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

Color convert

RGB 223 150 156 -
CMYK 0 0.33 0.30 0.13
HSL 355.07º 0.53% 0.73% -
HSV(B) 355.07º 0.33% 0.87% -
XYZ 47.34 39.9 36.66 -
YUV 172.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 223 150 156 0 0.33 0.30 0.13 355.07 0.53 0.73
Hex DF 96 9C 0 21 1E D 163 35 49
Octal 337 226 234 0 41 36 15 543 65 111
Binary 11011111 10010110 10011100 0 100001 11110 1101 101100011 110101 1001001

Color Harmonies of #DF969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF969C

Black with #DF969C

Text Example


Text Example

White with #DF969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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