#DFA0AE

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

Shades of Kobi #DFA0AE

Tints of Kobi #DFA0AE

Color information

#DFA0AE (or 0xDFA0AE) is unknown color: approx Kobi. HEX triplet: DF, A0 and AE. RGB value is (223,160,174). Sum of RGB (Red+Green+Blue) = 223+160+174=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA0AE is #205F51. Grayscale: #B4B4B4. Windows color (decimal): -2121554 or 11444447. OLE color: 11444447.

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

Color convert

RGB223160174-
CMYK00.280.220.13
HSL346.67º49.61%75.1%-
HSV(B)346.67º28.25%87.45%-
XYZ50.6443.8945.85-
YUV180.43124.37158.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 160 (62.89% from 255) = 28.73%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=40.04%
G=28.73%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316017400.280.220.13346.6749.6175.1
HexDFA0AE01C16D15b324b
Octal337240256034261553362113
Binary1101111110100000101011100111001011011011010110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0AE; }

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

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

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

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

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

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

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

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