#D06967

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

Shades of Roman #D06967

Tints of Roman #D06967

Color information

#D06967 (or 0xD06967) is unknown color: approx Roman. HEX triplet: D0, 69 and 67. RGB value is (208,105,103). Sum of RGB (Red+Green+Blue) = 208+105+103=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D06967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06967 is #2F9698. Grayscale: #878787. Windows color (decimal): -3118745 or 6777296. OLE color: 6777296.

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

Color convert

RGB208105103-
CMYK00.500.500.18
HSL1.14º52.76%60.98%-
HSV(B)1.14º50.48%81.57%-
XYZ33.5124.4915.79-
YUV135.57109.62179.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 103 (40.62% from 255) = 24.76%
R=50%
G=25.24%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810510300.500.500.181.1452.7660.98
HexD0696703232121353d
Octal320151147062622216575
Binary11010000110100111001110110010110010100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06967; }

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

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

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

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

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

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

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

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