#DC98A4

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

Shades of Kobi #DC98A4

Tints of Kobi #DC98A4

Color information

#DC98A4 (or 0xDC98A4) is unknown color: approx Kobi. HEX triplet: DC, 98 and A4. RGB value is (220,152,164). Sum of RGB (Red+Green+Blue) = 220+152+164=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC98A4 is #23675B. Grayscale: #ADADAD. Windows color (decimal): -2320220 or 10787036. OLE color: 10787036.

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

Color convert

RGB220152164-
CMYK00.310.250.14
HSL349.41º49.28%72.94%-
HSV(B)349.41º30.91%86.27%-
XYZ47.4440.3540.41-
YUV173.7122.53161.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=41.04%
G=28.36%
B=30.60%

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
Decimal22015216400.310.250.14349.4149.2872.94
HexDC98A401F19E15d3149
Octal334230244037311653561111
Binary1101110010011000101001000111111100111101010111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98A4; }

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

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

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

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

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

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

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

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