#D66854

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

Shades of Roman #D66854

Tints of Roman #D66854

Color information

#D66854 (or 0xD66854) is unknown color: approx Roman. HEX triplet: D6, 68 and 54. RGB value is (214,104,84). Sum of RGB (Red+Green+Blue) = 214+104+84=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D66854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66854 is #2997AB. Grayscale: #868686. Windows color (decimal): -2725804 or 5531862. OLE color: 5531862.

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

Color convert

RGB21410484-
CMYK00.510.610.16
HSL9.23º61.32%58.43%-
HSV(B)9.23º60.75%83.92%-
XYZ34.2824.8411.37-
YUV134.6199.44184.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=53.23%
G=25.87%
B=20.90%

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
Decimal2141048400.510.610.169.2361.3258.43
HexD668540333D1093d3a
Octal3261501240637520117572
Binary11010110110100010101000110011111101100001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66854; }

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

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

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

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

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

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

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

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