#DF929B

Color #DF929B Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #DF929B

Tints of Wewak #DF929B

Color information

#DF929B (or 0xDF929B) is unknown color: approx Wewak. HEX triplet: DF, 92 and 9B. RGB value is (223,146,155). Sum of RGB (Red+Green+Blue) = 223+146+155=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF929B is #206D64. Grayscale: #AAAAAA. Windows color (decimal): -2125157 or 10195679. OLE color: 10195679.

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

Color convert

RGB223146155-
CMYK00.350.300.13
HSL352.99º54.61%72.35%-
HSV(B)352.99º34.53%87.45%-
XYZ46.6338.6136.01-
YUV170.05119.51165.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=42.56%
G=27.86%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314615500.350.300.13352.9954.6172.35
HexDF929B0231ED1613748
Octal337222233043361554167110
Binary11011111100100101001101101000111111011011011000011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF929B; }

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

 H1.HeaderClassName
 {
   color: #DF929B;
 }
 .AnyTagClassName
 {
   color: #DF929B;
 }
</style>
background-color css

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

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

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

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

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

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