Html Css Color HEX #DA6460 Roman

📋 copy color: '#DA6460'

red 218 ◦ green 100 ◦ blue 96

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

Shades of Roman #DA6460

Tints of Roman #DA6460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.15%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 52.66%
G = 24.15%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA6460 (or 0xDA6460) is known color: Roman. HEX triplet: DA, 64 and 60. RGB value is (218,100,96). Sum of RGB (Red+Green+Blue) = 218+100+96=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6460 is #259B9F. Grayscale: #868686. Windows color (decimal): -2464672 or 6317274. OLE color: 6317274.

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

Color convert

RGB 218 100 96 -
CMYK 0 0.54 0.56 0.15
HSL 1.97º 0.62% 0.62% -
HSV(B) 1.97º 0.56% 0.85% -
XYZ 35.58 24.86 13.99 -
YUV 134.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 218 100 96 0 0.54 0.56 0.15 1.97 0.62 0.62
Hex DA 64 60 0 36 38 F 2 3E 3E
Octal 332 144 140 0 66 70 17 2 76 76
Binary 11011010 1100100 1100000 0 110110 111000 1111 10 111110 111110

Color Harmonies of #DA6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6460

Black with #DA6460

Text Example


Text Example

White with #DA6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6460; }

 p { color: rgb(218,100,96); }

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

background-color css

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

 a { background-color: rgb(218,100,96); }

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

border-color css

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

 span { border-color: rgb(218,100,96); }

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