Html Css Color HEX #DA6655 Roman

📋 copy color: '#DA6655'

red 218 ◦ green 102 ◦ blue 85

#DA6655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #DA6655

Tints of Roman #DA6655

RGB

 RED value IS 218 (85.55% from 255) = 53.83%

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 53.83%
G = 25.19%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA6655 (or 0xDA6655) is known color: Roman. HEX triplet: DA, 66 and 55. RGB value is (218,102,85). Sum of RGB (Red+Green+Blue) = 218+102+85=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6655 is #2599AA. Grayscale: #868686. Windows color (decimal): -2464171 or 5596890. OLE color: 5596890.

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

Color convert

RGB 218 102 85 -
CMYK 0 0.53 0.61 0.15
HSL 7.67º 0.64% 0.59% -
HSV(B) 7.67º 0.61% 0.85% -
XYZ 35.3 25.06 11.57 -
YUV 134.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 218 102 85 0 0.53 0.61 0.15 7.67 0.64 0.59
Hex DA 66 55 0 35 3D F 8 40 3B
Octal 332 146 125 0 65 75 17 10 100 73
Binary 11011010 1100110 1010101 0 110101 111101 1111 1000 1000000 111011

Color Harmonies of #DA6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6655

Black with #DA6655

Text Example


Text Example

White with #DA6655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6655; }

 p { color: rgb(218,102,85); }

 H1.HeaderClassName
 {
   color: #DA6655;
 }
 .AnyTagClassName
 {
   color: #DA6655;
 }
</style>

background-color css

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

 a { background-color: rgb(218,102,85); }

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

border-color css

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

 span { border-color: rgb(218,102,85); }

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