Html Css Color HEX #DA6863 Roman

📋 copy color: '#DA6863'

red 218 ◦ green 104 ◦ blue 99

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

Shades of Roman #DA6863

Tints of Roman #DA6863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 51.78%
G = 24.7%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA6863 (or 0xDA6863) is known color: Roman. HEX triplet: DA, 68 and 63. RGB value is (218,104,99). Sum of RGB (Red+Green+Blue) = 218+104+99=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6863 is #25979C. Grayscale: #898989. Windows color (decimal): -2463645 or 6514906. OLE color: 6514906.

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

Color convert

RGB 218 104 99 -
CMYK 0 0.52 0.55 0.15
HSL 2.52º 0.62% 0.62% -
HSV(B) 2.52º 0.55% 0.85% -
XYZ 36.12 25.71 14.86 -
YUV 137.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 218 104 99 0 0.52 0.55 0.15 2.52 0.62 0.62
Hex DA 68 63 0 34 37 F 3 3E 3E
Octal 332 150 143 0 64 67 17 3 76 76
Binary 11011010 1101000 1100011 0 110100 110111 1111 11 111110 111110

Color Harmonies of #DA6863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6863

Black with #DA6863

Text Example


Text Example

White with #DA6863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6863; }

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

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

background-color css

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

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

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

border-color css

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

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

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