#D66954

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

Shades of Roman #D66954

Tints of Roman #D66954

Color information

#D66954 (or 0xD66954) is unknown color: approx Roman. HEX triplet: D6, 69 and 54. RGB value is (214,105,84). Sum of RGB (Red+Green+Blue) = 214+105+84=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D66954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66954 is #2996AB. Grayscale: #878787. Windows color (decimal): -2725548 or 5532118. OLE color: 5532118.

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

Color convert

RGB21410584-
CMYK00.510.610.16
HSL9.69º61.32%58.43%-
HSV(B)9.69º60.75%83.92%-
XYZ34.3825.0411.41-
YUV135.299.11184.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.10%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=53.10%
G=26.05%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141058400.510.610.169.6961.3258.43
HexD669540333D10a3d3a
Octal3261511240637520127572
Binary11010110110100110101000110011111101100001010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66954; }

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

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

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

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

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

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

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

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