#D66B5B

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

Shades of Roman #D66B5B

Tints of Roman #D66B5B

Color information

#D66B5B (or 0xD66B5B) is unknown color: approx Roman. HEX triplet: D6, 6B and 5B. RGB value is (214,107,91). Sum of RGB (Red+Green+Blue) = 214+107+91=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66B5B is #2994A4. Grayscale: #898989. Windows color (decimal): -2725029 or 5991382. OLE color: 5991382.

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

Color convert

RGB21410791-
CMYK00.500.570.16
HSL7.8º60%59.8%-
HSV(B)7.8º57.48%83.92%-
XYZ34.8825.5712.99-
YUV137.17101.95182.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.94%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=51.94%
G=25.97%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141079100.500.570.167.86059.8
HexD66B5B032391083c3c
Octal3261531330627120107474
Binary11010110110101110110110110010111001100001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66B5B; }

 p { color: rgb(214,107,91); }

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

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

 a { background-color: rgb(214,107,91); }

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

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

 span { border-color: rgb(214,107,91); }

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