#D0655B

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

Shades of Roman #D0655B

Tints of Roman #D0655B

Color information

#D0655B (or 0xD0655B) is unknown color: approx Roman. HEX triplet: D0, 65 and 5B. RGB value is (208,101,91). Sum of RGB (Red+Green+Blue) = 208+101+91=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0655B is #2F9AA4. Grayscale: #848484. Windows color (decimal): -3119781 or 5989840. OLE color: 5989840.

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

Color convert

RGB20810191-
CMYK00.510.560.18
HSL5.13º55.45%58.63%-
HSV(B)5.13º56.25%81.57%-
XYZ32.5523.4712.71-
YUV131.85104.95182.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 91 (35.94% from 255) = 22.75%
R=52%
G=25.25%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081019100.510.560.185.1355.4558.63
HexD0655B03338125373b
Octal320145133063702256773
Binary1101000011001011011011011001111100010010101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0655B; }

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

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

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

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

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

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

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

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