#DE9DA7

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

Shades of Kobi #DE9DA7

Tints of Kobi #DE9DA7

Color information

#DE9DA7 (or 0xDE9DA7) is unknown color: approx Kobi. HEX triplet: DE, 9D and A7. RGB value is (222,157,167). Sum of RGB (Red+Green+Blue) = 222+157+167=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9DA7 is #216258. Grayscale: #B1B1B1. Windows color (decimal): -2187865 or 10984926. OLE color: 10984926.

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

Color convert

RGB222157167-
CMYK00.290.250.13
HSL350.77º49.62%74.31%-
HSV(B)350.77º29.28%87.06%-
XYZ49.1642.4342.16-
YUV177.58122.03159.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=40.66%
G=28.75%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215716700.290.250.13350.7749.6274.31
HexDE9DA701D19D15f324a
Octal336235247035311553762112
Binary1101111010011101101001110111011100111011010111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DA7; }

 p { color: rgb(222,157,167); }

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

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

 a { background-color: rgb(222,157,167); }

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

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

 span { border-color: rgb(222,157,167); }

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