#D66961

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

Shades of Roman #D66961

Tints of Roman #D66961

Color information

#D66961 (or 0xD66961) is unknown color: approx Roman. HEX triplet: D6, 69 and 61. RGB value is (214,105,97). Sum of RGB (Red+Green+Blue) = 214+105+97=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D66961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66961 is #29969E. Grayscale: #888888. Windows color (decimal): -2725535 or 6384086. OLE color: 6384086.

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

Color convert

RGB21410597-
CMYK00.510.550.16
HSL4.1º58.79%60.98%-
HSV(B)4.1º54.67%83.92%-
XYZ34.9425.2614.34-
YUV136.68105.61183.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.44%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=51.44%
G=25.24%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141059700.510.550.164.158.7960.98
HexD66961033371043b3d
Octal326151141063672047375
Binary1101011011010011100001011001111011110000100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66961; }

 p { color: rgb(214,105,97); }

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

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

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

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

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

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

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