#DC90A1

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

Shades of Kobi #DC90A1

Tints of Kobi #DC90A1

Color information

#DC90A1 (or 0xDC90A1) is unknown color: approx Kobi. HEX triplet: DC, 90 and A1. RGB value is (220,144,161). Sum of RGB (Red+Green+Blue) = 220+144+161=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC90A1 is #236F5E. Grayscale: #A8A8A8. Windows color (decimal): -2322271 or 10588380. OLE color: 10588380.

HSL color Cylindrical-coordinate representation of color #DC90A1: hue angle of 346.58º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90A1 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220144161-
CMYK00.350.270.14
HSL346.58º52.05%71.37%-
HSV(B)346.58º34.55%86.27%-
XYZ45.9237.7438.58-
YUV168.66123.68164.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=41.90%
G=27.43%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014416100.350.270.14346.5852.0571.37
HexDC90A10231BE15b3447
Octal334220241043331653364107
Binary11011100100100001010000101000111101111101010110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90A1; }

 p { color: rgb(220,144,161); }

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

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

 a { background-color: rgb(220,144,161); }

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

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

 span { border-color: rgb(220,144,161); }

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