Html Css Color HEX #DF9495 Wewak

📋 copy color: '#DF9495'

red 223 ◦ green 148 ◦ blue 149

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

Shades of Wewak #DF9495

Tints of Wewak #DF9495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 42.88%
G = 28.46%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF9495 (or 0xDF9495) is known color: Wewak. HEX triplet: DF, 94 and 95. RGB value is (223,148,149). Sum of RGB (Red+Green+Blue) = 223+148+149=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9495 is #206B6A. Grayscale: #AAAAAA. Windows color (decimal): -2124651 or 9802975. OLE color: 9802975.

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

Color convert

RGB 223 148 149 -
CMYK 0 0.34 0.33 0.13
HSL 359.2º 0.54% 0.73% -
HSV(B) 359.2º 0.34% 0.87% -
XYZ 46.45 39.04 33.52 -
YUV 170.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 223 148 149 0 0.34 0.33 0.13 359.2 0.54 0.73
Hex DF 94 95 0 22 21 D 167 36 49
Octal 337 224 225 0 42 41 15 547 66 111
Binary 11011111 10010100 10010101 0 100010 100001 1101 101100111 110110 1001001

Color Harmonies of #DF9495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9495

Black with #DF9495

Text Example


Text Example

White with #DF9495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9495; }

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

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

background-color css

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

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

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

border-color css

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

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

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