#DF92A0

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

Shades of Kobi #DF92A0

Tints of Kobi #DF92A0

Color information

#DF92A0 (or 0xDF92A0) is unknown color: approx Kobi. HEX triplet: DF, 92 and A0. RGB value is (223,146,160). Sum of RGB (Red+Green+Blue) = 223+146+160=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92A0 is #206D5F. Grayscale: #AAAAAA. Windows color (decimal): -2125152 or 10523359. OLE color: 10523359.

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

Color convert

RGB223146160-
CMYK00.350.280.13
HSL349.09º54.61%72.35%-
HSV(B)349.09º34.53%87.45%-
XYZ47.0638.7838.26-
YUV170.62122.01165.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=42.16%
G=27.60%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314616000.350.280.13349.0954.6172.35
HexDF92A00231CD15d3748
Octal337222240043341553567110
Binary11011111100100101010000001000111110011011010111011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92A0; }

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

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

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

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

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

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

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

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