Html Css Color HEX #DC605E Roman

📋 copy color: '#DC605E'

red 220 ◦ green 96 ◦ blue 94

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

Shades of Roman #DC605E

Tints of Roman #DC605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.93%

R = 53.66%
G = 23.41%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC605E (or 0xDC605E) is known color: Roman. HEX triplet: DC, 60 and 5E. RGB value is (220,96,94). Sum of RGB (Red+Green+Blue) = 220+96+94=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC605E is #239FA1. Grayscale: #848484. Windows color (decimal): -2334626 or 6185180. OLE color: 6185180.

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

Color convert

RGB 220 96 94 -
CMYK 0 0.56 0.57 0.14
HSL 0.95º 0.64% 0.62% -
HSV(B) 0.95º 0.57% 0.86% -
XYZ 35.72 24.39 13.41 -
YUV 132.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 220 96 94 0 0.56 0.57 0.14 0.95 0.64 0.62
Hex DC 60 5E 0 38 39 E 1 40 3E
Octal 334 140 136 0 70 71 16 1 100 76
Binary 11011100 1100000 1011110 0 111000 111001 1110 1 1000000 111110

Color Harmonies of #DC605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC605E

Black with #DC605E

Text Example


Text Example

White with #DC605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC605E; }

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

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

background-color css

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

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

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

border-color css

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

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

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