#DC82AA

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

Shades of Kobi #DC82AA

Tints of Kobi #DC82AA

Color information

#DC82AA (or 0xDC82AA) is unknown color: approx Kobi. HEX triplet: DC, 82 and AA. RGB value is (220,130,170). Sum of RGB (Red+Green+Blue) = 220+130+170=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC82AA is #237D55. Grayscale: #A1A1A1. Windows color (decimal): -2325846 or 11174620. OLE color: 11174620.

HSL color Cylindrical-coordinate representation of color #DC82AA: hue angle of 333.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82AA is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220130170-
CMYK00.410.230.14
HSL333.33º56.25%68.63%-
HSV(B)333.33º40.91%86.27%-
XYZ44.7534.0842.25-
YUV161.47132.82169.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=42.31%
G=25%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013017000.410.230.14333.3356.2568.63
HexDC82AA02917E14d3845
Octal334202252051271651570105
Binary11011100100000101010101001010011011111101010011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82AA; }

 p { color: rgb(220,130,170); }

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

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

 a { background-color: rgb(220,130,170); }

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

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

 span { border-color: rgb(220,130,170); }

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