Html Css Color HEX #DA6256 Roman

📋 copy color: '#DA6256'

red 218 ◦ green 98 ◦ blue 86

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

Shades of Roman #DA6256

Tints of Roman #DA6256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.38%

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

R = 54.23%
G = 24.38%
B = 21.39%

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

#DA6256 (or 0xDA6256) is known color: Roman. HEX triplet: DA, 62 and 56. RGB value is (218,98,86). Sum of RGB (Red+Green+Blue) = 218+98+86=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6256 is #259DA9. Grayscale: #848484. Windows color (decimal): -2465194 or 5661402. OLE color: 5661402.

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

Color convert

RGB 218 98 86 -
CMYK 0 0.55 0.61 0.15
HSL 5.45º 0.64% 0.6% -
HSV(B) 5.45º 0.61% 0.85% -
XYZ 34.96 24.31 11.65 -
YUV 132.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 218 98 86 0 0.55 0.61 0.15 5.45 0.64 0.6
Hex DA 62 56 0 37 3D F 5 40 3C
Octal 332 142 126 0 67 75 17 5 100 74
Binary 11011010 1100010 1010110 0 110111 111101 1111 101 1000000 111100

Color Harmonies of #DA6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6256

Black with #DA6256

Text Example


Text Example

White with #DA6256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6256; }

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

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

background-color css

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

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

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

border-color css

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

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

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