#DC97A4

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

Shades of Kobi #DC97A4

Tints of Kobi #DC97A4

Color information

#DC97A4 (or 0xDC97A4) is unknown color: approx Kobi. HEX triplet: DC, 97 and A4. RGB value is (220,151,164). Sum of RGB (Red+Green+Blue) = 220+151+164=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97A4 is #23685B. Grayscale: #ADADAD. Windows color (decimal): -2320476 or 10786780. OLE color: 10786780.

HSL color Cylindrical-coordinate representation of color #DC97A4: hue angle of 348.7º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97A4 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220151164-
CMYK00.310.250.14
HSL348.7º49.64%72.75%-
HSV(B)348.7º31.36%86.27%-
XYZ47.2840.0340.36-
YUV173.11122.86161.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=41.12%
G=28.22%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015116400.310.250.14348.749.6472.75
HexDC97A401F19E15d3249
Octal334227244037311653562111
Binary1101110010010111101001000111111100111101010111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97A4; }

 p { color: rgb(220,151,164); }

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

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

 a { background-color: rgb(220,151,164); }

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

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

 span { border-color: rgb(220,151,164); }

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