Html Css Color HEX #DA6056 Roman

📋 copy color: '#DA6056'

red 218 ◦ green 96 ◦ blue 86

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

Shades of Roman #DA6056

Tints of Roman #DA6056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 86 (33.98% from 255) = 21.5%

R = 54.5%
G = 24%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA6056 (or 0xDA6056) is known color: Roman. HEX triplet: DA, 60 and 56. RGB value is (218,96,86). Sum of RGB (Red+Green+Blue) = 218+96+86=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6056 is #259FA9. Grayscale: #838383. Windows color (decimal): -2465706 or 5660890. OLE color: 5660890.

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

Color convert

RGB 218 96 86 -
CMYK 0 0.56 0.61 0.15
HSL 4.55º 0.64% 0.6% -
HSV(B) 4.55º 0.61% 0.85% -
XYZ 34.78 23.94 11.59 -
YUV 131.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 218 96 86 0 0.56 0.61 0.15 4.55 0.64 0.6
Hex DA 60 56 0 38 3D F 5 40 3C
Octal 332 140 126 0 70 75 17 5 100 74
Binary 11011010 1100000 1010110 0 111000 111101 1111 101 1000000 111100

Color Harmonies of #DA6056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6056

Black with #DA6056

Text Example


Text Example

White with #DA6056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6056; }

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

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

background-color css

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

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

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

border-color css

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

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

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