#D6635C

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

Shades of Roman #D6635C

Tints of Roman #D6635C

Color information

#D6635C (or 0xD6635C) is unknown color: approx Roman. HEX triplet: D6, 63 and 5C. RGB value is (214,99,92). Sum of RGB (Red+Green+Blue) = 214+99+92=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6635C is #299CA3. Grayscale: #848484. Windows color (decimal): -2727076 or 6054870. OLE color: 6054870.

HSL color Cylindrical-coordinate representation of color #D6635C: hue angle of 3.44º 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 #D6635C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2149992-
CMYK00.540.570.16
HSL3.44º59.8%60%-
HSV(B)3.44º57.01%83.92%-
XYZ34.1323.9912.96-
YUV132.59105.1186.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.84%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=52.84%
G=24.44%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214999200.540.570.163.4459.860
HexD6635C036391033c3c
Octal326143134066712037474
Binary110101101100011101110001101101110011000011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6635C; }

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

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

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

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

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

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

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

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