Html Css Color HEX #DC605C Roman

📋 copy color: '#DC605C'

red 220 ◦ green 96 ◦ blue 92

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

Shades of Roman #DC605C

Tints of Roman #DC605C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 53.92%
G = 23.53%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC605C (or 0xDC605C) is known color: Roman. HEX triplet: DC, 60 and 5C. RGB value is (220,96,92). Sum of RGB (Red+Green+Blue) = 220+96+92=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC605C is #239FA3. Grayscale: #848484. Windows color (decimal): -2334628 or 6054108. OLE color: 6054108.

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

Color convert

RGB 220 96 92 -
CMYK 0 0.56 0.58 0.14
HSL 1.88º 0.65% 0.61% -
HSV(B) 1.88º 0.58% 0.86% -
XYZ 35.63 24.35 12.95 -
YUV 132.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 220 96 92 0 0.56 0.58 0.14 1.88 0.65 0.61
Hex DC 60 5C 0 38 3A E 2 41 3D
Octal 334 140 134 0 70 72 16 2 101 75
Binary 11011100 1100000 1011100 0 111000 111010 1110 10 1000001 111101

Color Harmonies of #DC605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC605C

Black with #DC605C

Text Example


Text Example

White with #DC605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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