Html Css Color HEX #DA6355 Roman

📋 copy color: '#DA6355'

red 218 ◦ green 99 ◦ blue 85

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

Shades of Roman #DA6355

Tints of Roman #DA6355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.63%

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

R = 54.23%
G = 24.63%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA6355 (or 0xDA6355) is known color: Roman. HEX triplet: DA, 63 and 55. RGB value is (218,99,85). Sum of RGB (Red+Green+Blue) = 218+99+85=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6355 is #259CAA. Grayscale: #858585. Windows color (decimal): -2464939 or 5596122. OLE color: 5596122.

HSL color Cylindrical-coordinate representation of color #DA6355: hue angle of 6.32º 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 #DA6355 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 99 85 -
CMYK 0 0.55 0.61 0.15
HSL 6.32º 0.64% 0.59% -
HSV(B) 6.32º 0.61% 0.85% -
XYZ 35.01 24.48 11.47 -
YUV 132.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 218 99 85 0 0.55 0.61 0.15 6.32 0.64 0.59
Hex DA 63 55 0 37 3D F 6 40 3B
Octal 332 143 125 0 67 75 17 6 100 73
Binary 11011010 1100011 1010101 0 110111 111101 1111 110 1000000 111011

Color Harmonies of #DA6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6355

Black with #DA6355

Text Example


Text Example

White with #DA6355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6355; }

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

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

background-color css

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

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

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

border-color css

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

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

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