#D66656

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

Shades of Roman #D66656

Tints of Roman #D66656

Color information

#D66656 (or 0xD66656) is unknown color: approx Roman. HEX triplet: D6, 66 and 56. RGB value is (214,102,86). Sum of RGB (Red+Green+Blue) = 214+102+86=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D66656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66656 is #2999A9. Grayscale: #858585. Windows color (decimal): -2726314 or 5662422. OLE color: 5662422.

HSL color Cylindrical-coordinate representation of color #D66656: hue angle of 7.5º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D66656 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21410286-
CMYK00.520.600.16
HSL7.5º60.95%58.82%-
HSV(B)7.5º59.81%83.92%-
XYZ34.1624.4711.73-
YUV133.66101.11185.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=53.23%
G=25.37%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141028600.520.600.167.560.9558.82
HexD666560343C1083d3b
Octal3261461260647420107573
Binary11010110110011010101100110100111100100001000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66656; }

 p { color: rgb(214,102,86); }

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

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

 a { background-color: rgb(214,102,86); }

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

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

 span { border-color: rgb(214,102,86); }

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