#DA655D

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

Shades of Roman #DA655D

Tints of Roman #DA655D

Color information

#DA655D (or 0xDA655D) is unknown color: approx Roman. HEX triplet: DA, 65 and 5D. RGB value is (218,101,93). Sum of RGB (Red+Green+Blue) = 218+101+93=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA655D is #259AA2. Grayscale: #878787. Windows color (decimal): -2464419 or 6120922. OLE color: 6120922.

HSL color Cylindrical-coordinate representation of color #DA655D: hue angle of 3.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA655D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21810193-
CMYK00.540.570.15
HSL3.84º62.81%60.98%-
HSV(B)3.84º57.34%85.49%-
XYZ35.542513.31-
YUV135.07104.26187.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.91%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=52.91%
G=24.51%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181019300.540.570.153.8462.8160.98
HexDA655D03639F43f3d
Octal332145135066711747775
Binary110110101100101101110101101101110011111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA655D; }

 p { color: rgb(218,101,93); }

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

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

 a { background-color: rgb(218,101,93); }

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

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

 span { border-color: rgb(218,101,93); }

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