#DC6969

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

Shades of Roman #DC6969

Tints of Roman #DC6969

Color information

#DC6969 (or 0xDC6969) is unknown color: approx Roman. HEX triplet: DC, 69 and 69. RGB value is (220,105,105). Sum of RGB (Red+Green+Blue) = 220+105+105=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6969 is #239696. Grayscale: #8B8B8B. Windows color (decimal): -2332311 or 6908380. OLE color: 6908380.

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

Color convert

RGB220105105-
CMYK00.520.520.14
HSL62.16%63.73%-
HSV(B)52.27%86.27%-
XYZ37.1226.3416.49-
YUV139.38108.6185.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.16%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=51.16%
G=24.42%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010510500.520.520.14062.1663.73
HexDC696903434E03e40
Octal3341511510646416076100
Binary11011100110100111010010110100110100111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6969; }

 p { color: rgb(220,105,105); }

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

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

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

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

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

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

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