Html Css Color HEX #DC6055 Roman

📋 copy color: '#DC6055'

red 220 ◦ green 96 ◦ blue 85

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

Shades of Roman #DC6055

Tints of Roman #DC6055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 54.86%
G = 23.94%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC6055 (or 0xDC6055) is known color: Roman. HEX triplet: DC, 60 and 55. RGB value is (220,96,85). Sum of RGB (Red+Green+Blue) = 220+96+85=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6055 is #239FAA. Grayscale: #838383. Windows color (decimal): -2334635 or 5595356. OLE color: 5595356.

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

Color convert

RGB 220 96 85 -
CMYK 0 0.56 0.61 0.14
HSL 4.89º 0.66% 0.6% -
HSV(B) 4.89º 0.61% 0.86% -
XYZ 35.34 24.24 11.41 -
YUV 131.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 220 96 85 0 0.56 0.61 0.14 4.89 0.66 0.6
Hex DC 60 55 0 38 3D E 5 42 3C
Octal 334 140 125 0 70 75 16 5 102 74
Binary 11011100 1100000 1010101 0 111000 111101 1110 101 1000010 111100

Color Harmonies of #DC6055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6055

Black with #DC6055

Text Example


Text Example

White with #DC6055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6055; }

 p { color: rgb(220,96,85); }

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

background-color css

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

 a { background-color: rgb(220,96,85); }

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

border-color css

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

 span { border-color: rgb(220,96,85); }

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