Html Css Color HEX #DC6256 Roman

📋 copy color: '#DC6256'

red 220 ◦ green 98 ◦ blue 86

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

Shades of Roman #DC6256

Tints of Roman #DC6256

RGB

 RED value IS 220 (86.33% from 255) = 54.46%

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

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

R = 54.46%
G = 24.26%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC6256 (or 0xDC6256) is known color: Roman. HEX triplet: DC, 62 and 56. RGB value is (220,98,86). Sum of RGB (Red+Green+Blue) = 220+98+86=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6256 is #239DA9. Grayscale: #858585. Windows color (decimal): -2334122 or 5661404. OLE color: 5661404.

HSL color Cylindrical-coordinate representation of color #DC6256: hue angle of 5.37º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC6256 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 86 -
CMYK 0 0.55 0.61 0.14
HSL 5.37º 0.66% 0.6% -
HSV(B) 5.37º 0.61% 0.86% -
XYZ 35.56 24.62 11.68 -
YUV 133.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 220 98 86 0 0.55 0.61 0.14 5.37 0.66 0.6
Hex DC 62 56 0 37 3D E 5 42 3C
Octal 334 142 126 0 67 75 16 5 102 74
Binary 11011100 1100010 1010110 0 110111 111101 1110 101 1000010 111100

Color Harmonies of #DC6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6256

Black with #DC6256

Text Example


Text Example

White with #DC6256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6256; }

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

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

background-color css

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

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

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

border-color css

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

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

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