#D66563

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

Shades of Roman #D66563

Tints of Roman #D66563

Color information

#D66563 (or 0xD66563) is unknown color: approx Roman. HEX triplet: D6, 65 and 63. RGB value is (214,101,99). Sum of RGB (Red+Green+Blue) = 214+101+99=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66563 is #299A9C. Grayscale: #868686. Windows color (decimal): -2726557 or 6514134. OLE color: 6514134.

HSL color Cylindrical-coordinate representation of color #D66563: hue angle of 1.04º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66563 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21410199-
CMYK00.530.540.16
HSL1.04º58.38%61.37%-
HSV(B)1.04º53.74%83.92%-
XYZ34.6424.514.71-
YUV134.56107.94184.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=51.69%
G=24.40%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141019900.530.540.161.0458.3861.37
HexD66563035361013a3d
Octal326145143065662017275
Binary11010110110010111000110110101110110100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66563; }

 p { color: rgb(214,101,99); }

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

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

 a { background-color: rgb(214,101,99); }

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

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

 span { border-color: rgb(214,101,99); }

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