#DFA0B0

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

Shades of Kobi #DFA0B0

Tints of Kobi #DFA0B0

Color information

#DFA0B0 (or 0xDFA0B0) is unknown color: approx Kobi. HEX triplet: DF, A0 and B0. RGB value is (223,160,176). Sum of RGB (Red+Green+Blue) = 223+160+176=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA0B0 is #205F4F. Grayscale: #B4B4B4. Windows color (decimal): -2121552 or 11575519. OLE color: 11575519.

HSL color Cylindrical-coordinate representation of color #DFA0B0: hue angle of 344.76º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA0B0 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223160176-
CMYK00.280.210.13
HSL344.76º49.61%75.1%-
HSV(B)344.76º28.25%87.45%-
XYZ50.8443.9646.88-
YUV180.66125.37158.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=39.89%
G=28.62%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316017600.280.210.13344.7649.6175.1
HexDFA0B001C15D159324b
Octal337240260034251553162113
Binary1101111110100000101100000111001010111011010110011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0B0; }

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

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

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

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

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

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

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

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