#D6665C

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

Shades of Roman #D6665C

Tints of Roman #D6665C

Color information

#D6665C (or 0xD6665C) is unknown color: approx Roman. HEX triplet: D6, 66 and 5C. RGB value is (214,102,92). Sum of RGB (Red+Green+Blue) = 214+102+92=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6665C is #2999A3. Grayscale: #868686. Windows color (decimal): -2726308 or 6055638. OLE color: 6055638.

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

Color convert

RGB21410292-
CMYK00.520.570.16
HSL4.92º59.8%60%-
HSV(B)4.92º57.01%83.92%-
XYZ34.4124.5713.05-
YUV134.35104.11184.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.45%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=52.45%
G=25%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141029200.520.570.164.9259.860
HexD6665C034391053c3c
Octal326146134064712057474
Binary1101011011001101011100011010011100110000101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6665C; }

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

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

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

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

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

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

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

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