#DC90A4

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

Shades of Kobi #DC90A4

Tints of Kobi #DC90A4

Color information

#DC90A4 (or 0xDC90A4) is unknown color: approx Kobi. HEX triplet: DC, 90 and A4. RGB value is (220,144,164). Sum of RGB (Red+Green+Blue) = 220+144+164=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC90A4 is #236F5B. Grayscale: #A8A8A8. Windows color (decimal): -2322268 or 10784988. OLE color: 10784988.

HSL color Cylindrical-coordinate representation of color #DC90A4: hue angle of 344.21º 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 #DC90A4 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220144164-
CMYK00.350.250.14
HSL344.21º52.05%71.37%-
HSV(B)344.21º34.55%86.27%-
XYZ46.1937.8439.99-
YUV169125.18164.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=41.67%
G=27.27%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014416400.350.250.14344.2152.0571.37
HexDC90A402319E1583447
Octal334220244043311653064107
Binary11011100100100001010010001000111100111101010110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90A4; }

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

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

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

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

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

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

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

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