#DC7DAA

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

Shades of Kobi #DC7DAA

Tints of Kobi #DC7DAA

Color information

#DC7DAA (or 0xDC7DAA) is unknown color: approx Kobi. HEX triplet: DC, 7D and AA. RGB value is (220,125,170). Sum of RGB (Red+Green+Blue) = 220+125+170=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DAA is #238255. Grayscale: #9E9E9E. Windows color (decimal): -2327126 or 11173340. OLE color: 11173340.

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

Color convert

RGB220125170-
CMYK00.430.230.14
HSL331.58º57.58%67.65%-
HSV(B)331.58º43.18%86.27%-
XYZ44.132.7942.03-
YUV158.54134.47171.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=42.72%
G=24.27%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012517000.430.230.14331.5857.5867.65
HexDC7DAA02B17E14c3a44
Octal334175252053271651472104
Binary1101110011111011010101001010111011111101010011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DAA; }

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

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

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

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

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

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

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

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