#D06764

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

Shades of Roman #D06764

Tints of Roman #D06764

Color information

#D06764 (or 0xD06764) is unknown color: approx Roman. HEX triplet: D0, 67 and 64. RGB value is (208,103,100). Sum of RGB (Red+Green+Blue) = 208+103+100=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D06764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06764 is #2F989B. Grayscale: #868686. Windows color (decimal): -3119260 or 6580176. OLE color: 6580176.

HSL color Cylindrical-coordinate representation of color #D06764: hue angle of 1.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06764 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB208103100-
CMYK00.500.520.18
HSL1.67º53.47%60.39%-
HSV(B)1.67º51.92%81.57%-
XYZ33.1624.0314.95-
YUV134.05108.79180.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.61%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=50.61%
G=25.06%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810310000.500.520.181.6753.4760.39
HexD0676403234122353c
Octal320147144062642226574
Binary110100001100111110010001100101101001001010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06764; }

 p { color: rgb(208,103,100); }

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

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

 a { background-color: rgb(208,103,100); }

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

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

 span { border-color: rgb(208,103,100); }

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