#DC6A68

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

Shades of Roman #DC6A68

Tints of Roman #DC6A68

Color information

#DC6A68 (or 0xDC6A68) is unknown color: approx Roman. HEX triplet: DC, 6A and 68. RGB value is (220,106,104). Sum of RGB (Red+Green+Blue) = 220+106+104=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A68 is #239597. Grayscale: #8B8B8B. Windows color (decimal): -2332056 or 6843100. OLE color: 6843100.

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

Color convert

RGB220106104-
CMYK00.520.530.14
HSL1.03º62.37%63.53%-
HSV(B)1.03º52.73%86.27%-
XYZ37.1726.5216.26-
YUV139.86107.77185.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.16%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=51.16%
G=24.65%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010610400.520.530.141.0362.3763.53
HexDC6A6803435E13e40
Octal3341521500646516176100
Binary11011100110101011010000110100110101111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6A68; }

 p { color: rgb(220,106,104); }

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

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

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

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

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

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

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