#DF9CAD

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

Shades of Kobi #DF9CAD

Tints of Kobi #DF9CAD

Color information

#DF9CAD (or 0xDF9CAD) is unknown color: approx Kobi. HEX triplet: DF, 9C and AD. RGB value is (223,156,173). Sum of RGB (Red+Green+Blue) = 223+156+173=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9CAD is #206352. Grayscale: #B1B1B1. Windows color (decimal): -2122579 or 11377887. OLE color: 11377887.

HSL color Cylindrical-coordinate representation of color #DF9CAD: hue angle of 344.78º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CAD is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223156173-
CMYK00.300.220.13
HSL344.78º51.15%74.31%-
HSV(B)344.78º30.04%87.45%-
XYZ49.8642.4845.11-
YUV177.97125.2160.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=40.40%
G=28.26%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315617300.300.220.13344.7851.1574.31
HexDF9CAD01E16D159334a
Octal337234255036261553163112
Binary1101111110011100101011010111101011011011010110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CAD; }

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

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

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

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

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

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

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

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