#DE9BA4

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

Shades of Kobi #DE9BA4

Tints of Kobi #DE9BA4

Color information

#DE9BA4 (or 0xDE9BA4) is unknown color: approx Kobi. HEX triplet: DE, 9B and A4. RGB value is (222,155,164). Sum of RGB (Red+Green+Blue) = 222+155+164=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9BA4 is #21645B. Grayscale: #B0B0B0. Windows color (decimal): -2188380 or 10787806. OLE color: 10787806.

HSL color Cylindrical-coordinate representation of color #DE9BA4: hue angle of 351.94º degrees, saturation: 0.5, 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 #DE9BA4 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222155164-
CMYK00.300.260.13
HSL351.94º50.38%73.92%-
HSV(B)351.94º30.18%87.06%-
XYZ48.5541.6540.6-
YUV176.06121.2160.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 155 (60.94% from 255) = 28.65%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=41.04%
G=28.65%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215516400.300.260.13351.9450.3873.92
HexDE9BA401E1AD160324a
Octal336233244036321554062112
Binary1101111010011011101001000111101101011011011000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9BA4; }

 p { color: rgb(222,155,164); }

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

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

 a { background-color: rgb(222,155,164); }

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

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

 span { border-color: rgb(222,155,164); }

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