#D06765

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

Shades of Roman #D06765

Tints of Roman #D06765

Color information

#D06765 (or 0xD06765) is unknown color: approx Roman. HEX triplet: D0, 67 and 65. RGB value is (208,103,101). Sum of RGB (Red+Green+Blue) = 208+103+101=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D06765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06765 is #2F989A. Grayscale: #868686. Windows color (decimal): -3119259 or 6645712. OLE color: 6645712.

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

Color convert

RGB208103101-
CMYK00.500.510.18
HSL1.12º53.23%60.59%-
HSV(B)1.12º51.44%81.57%-
XYZ33.2124.0515.2-
YUV134.17109.29180.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.49%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=50.49%
G=25%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810310100.500.510.181.1253.2360.59
HexD0676503233121353d
Octal320147145062632216575
Binary11010000110011111001010110010110011100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06765; }

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

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

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

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

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

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

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

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