Html Css Color HEX #DF9096 Wewak

📋 copy color: '#DF9096'

red 223 ◦ green 144 ◦ blue 150

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

Shades of Wewak #DF9096

Tints of Wewak #DF9096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.85%

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 43.13%
G = 27.85%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF9096 (or 0xDF9096) is known color: Wewak. HEX triplet: DF, 90 and 96. RGB value is (223,144,150). Sum of RGB (Red+Green+Blue) = 223+144+150=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9096 is #206F69. Grayscale: #A8A8A8. Windows color (decimal): -2125674 or 9867487. OLE color: 9867487.

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

Color convert

RGB 223 144 150 -
CMYK 0 0.35 0.33 0.13
HSL 355.44º 0.55% 0.72% -
HSV(B) 355.44º 0.35% 0.87% -
XYZ 45.91 37.84 33.74 -
YUV 168.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 223 144 150 0 0.35 0.33 0.13 355.44 0.55 0.72
Hex DF 90 96 0 23 21 D 163 37 48
Octal 337 220 226 0 43 41 15 543 67 110
Binary 11011111 10010000 10010110 0 100011 100001 1101 101100011 110111 1001000

Color Harmonies of #DF9096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9096

Black with #DF9096

Text Example


Text Example

White with #DF9096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9096; }

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

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

background-color css

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

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

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

border-color css

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

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

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