#D36A66

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

Shades of Roman #D36A66

Tints of Roman #D36A66

Color information

#D36A66 (or 0xD36A66) is unknown color: approx Roman. HEX triplet: D3, 6A and 66. RGB value is (211,106,102). Sum of RGB (Red+Green+Blue) = 211+106+102=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36A66 is #2C9599. Grayscale: #898989. Windows color (decimal): -2921882 or 6712019. OLE color: 6712019.

HSL color Cylindrical-coordinate representation of color #D36A66: hue angle of 2.2º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36A66 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211106102-
CMYK00.500.520.17
HSL2.2º55.33%61.37%-
HSV(B)2.2º51.66%82.75%-
XYZ34.4225.1215.6-
YUV136.94108.29180.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.36%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=50.36%
G=25.30%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110610200.500.520.172.255.3361.37
HexD36A6603234112373d
Octal323152146062642126775
Binary110100111101010110011001100101101001000110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36A66; }

 p { color: rgb(211,106,102); }

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

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

 a { background-color: rgb(211,106,102); }

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

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

 span { border-color: rgb(211,106,102); }

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