#D66C5E

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

Shades of Roman #D66C5E

Tints of Roman #D66C5E

Color information

#D66C5E (or 0xD66C5E) is unknown color: approx Roman. HEX triplet: D6, 6C and 5E. RGB value is (214,108,94). Sum of RGB (Red+Green+Blue) = 214+108+94=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C5E is #2993A1. Grayscale: #8A8A8A. Windows color (decimal): -2724770 or 6188246. OLE color: 6188246.

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

Color convert

RGB21410894-
CMYK00.500.560.16
HSL59.41%60.39%-
HSV(B)56.07%83.92%-
XYZ35.1125.8313.72-
YUV138.1103.12182.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.44%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=51.44%
G=25.96%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141089400.500.560.16759.4160.39
HexD66C5E032381073b3c
Octal326154136062702077374
Binary1101011011011001011110011001011100010000111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C5E; }

 p { color: rgb(214,108,94); }

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

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

 a { background-color: rgb(214,108,94); }

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

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

 span { border-color: rgb(214,108,94); }

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